北京经济技术开发区经开区虚拟城市项目-【前端】-Web
lixuliang
2024-09-14 c7187e038c284acc051a439c5eda16582bdb9b7a
src/router/index.js
@@ -30,8 +30,7 @@
];
const router = new Router({
  mode: "history",
  // base: '/SW',//测试版 打包时解开
  base: '/TEST',//测试版 打包时解开
  base: '/SW',//测试版 打包时解开
  // base: '/YZXNCS',//正式版 打包时解开
  routes,
});