vue项目使用域名部署(一个域名多个项目)
vue去掉访问路径中的#号在router -> index.js中添加export default new Router({ base: "/xi-music/", //项目名称 访问路由页面都需要加上这个,访问的根路径为http://ip:port/webSite mode: "history", //消去# routes: [ ]})vue项目打包build模块中将/ 改为 assetsPublicPath: ‘/xi-