ソースを参照

修改虚拟路径

plg 2 週間 前
コミット
61ec4bda7f
2 ファイル変更4 行追加4 行削除
  1. 2 2
      src/router/index.js
  2. 2 2
      vue.config.js

+ 2 - 2
src/router/index.js

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

+ 2 - 2
vue.config.js

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