Browse Source

金融提交

plg 6 ngày trước cách đây
mục cha
commit
77379d5e04
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      src/router/index.js
  2. 2 2
      vue.config.js

+ 1 - 1
src/router/index.js

@@ -7,7 +7,7 @@ Vue.use(Router);
 const RouterConfig = {
   mode: "history",
   // base: process.env.BASE_URL,
-  base: '/pc/',
+  base: 'financePc',
   // base: "highLevelIntellectualPc",
   // base: '',
   routes: routers,

+ 2 - 2
vue.config.js

@@ -1,8 +1,8 @@
 module.exports = {
     // publicPath: '/child_pc/',
-    publicPath: '/pc',
+    publicPath: '/financePc',
     assetsDir:"static",
-    outputDir: 'pc',
+    outputDir: 'child',
     indexPath:"index.html",
     filenameHashing:"true",
     productionSourceMap: false,