@@ -7,7 +7,8 @@ const RouterConfig = {
mode: 'history',
// base: process.env.BASE_URL,
// base: 'child_pc',
- base: '',
+ base: 'pc',
+ // base: '',
routes: routers
}
@@ -1,6 +1,6 @@
module.exports = {
// publicPath: '/child_pc/',
- publicPath: '/',
+ publicPath: '/pc',
assetsDir:"static",
outputDir: 'child',
indexPath:"index.html",