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