diff --git a/vue.config.js b/vue.config.js index fa25e8fd6..43c126071 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ */ const IS_PROD = ['production', 'test'].includes(process.env.NODE_ENV) module.exports = { - baseUrl: process.env.NODE_ENV === 'production' ? '' : '/epmet-oper', + baseUrl: process.env.NODE_ENV === 'production' ? '' : '/epmet-work-pc', css: { // 是否使用css分离插件 ExtractTextPlugin extract: IS_PROD, @@ -23,7 +23,7 @@ module.exports = { .loader('svg-sprite-loader') }, productionSourceMap: false, - outputDir: 'epmet-oper', + outputDir: 'epmet-work-pc', assetsDir: 'static', devServer: { open: true,