diff --git a/vue.config.js b/vue.config.js index 6138b33..5dd1186 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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: {