From a621fbf85ca39dffff188c1dc6c29df7bdb997fd Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 2 Feb 2023 15:50:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E9=9D=99=E6=80=81=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epmet-oper-web/vue.config.js b/epmet-oper-web/vue.config.js index fa25e8f..011c2aa 100644 --- a/epmet-oper-web/vue.config.js +++ b/epmet-oper-web/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-oper-pc', css: { // 是否使用css分离插件 ExtractTextPlugin extract: IS_PROD, @@ -23,7 +23,7 @@ module.exports = { .loader('svg-sprite-loader') }, productionSourceMap: false, - outputDir: 'epmet-oper', + outputDir: 'epmet-oper-pc', assetsDir: 'static', devServer: { open: true,