소스 검색

修改虚拟路径

plg 2 주 전
부모
커밋
61d6a41c0d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/router/index.js
  2. 1 1
      vue.config.js

+ 1 - 1
src/router/index.js

@@ -8,7 +8,7 @@ const RouterConfig = {
   mode: "history",
   // base: process.env.BASE_URL,
   // base: 'child_pc',
-  base: "fireBrigadeManage",
+  base: "fireBrigadePc",
   // base: '',
   routes: routers,
 };

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 module.exports = {
     // publicPath: '/child_pc/',
-    publicPath: '/fireBrigadeManage',
+    publicPath: '/fireBrigadePc',
     assetsDir:"static",
     outputDir: 'child',
     indexPath:"index.html",