@@ -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,
@@ -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,