Explorar el Código

修改虚拟路径

plg hace 2 semanas
padre
commit
85df3aada9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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: "fireBrigadePc",
+  base: "fireBrigadeManage",
   // base: '',
   routes: routers,
 };

+ 1 - 1
vue.config.js

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