Compare commits

...

1 Commits

Author SHA1 Message Date
4d15dc2a84 修改public path 2024-05-09 14:45:05 +08:00

View File

@ -24,10 +24,10 @@ module.exports = {
* In most cases please use '/' !!!
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/',
publicPath: '/admin',
outputDir: 'dist',
assetsDir: 'system',
indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'system.html',
assetsDir: 'static',
indexPath: 'index.html',
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {