@@ -115,7 +115,7 @@ module.exports = {
devServer: {
port: 1617, // 端口
},
- publicPath: '/',
+ publicPath: '/admin',
assetsDir: 'system_static',
indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'system.html',
};