From 3e02213e29720ed1db701165457632fc35dd729d Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 30 Oct 2023 14:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B6=88=E6=81=AF=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- message-center-ui/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message-center-ui/vue.config.js b/message-center-ui/vue.config.js index 0fc7d8f..316b0c0 100644 --- a/message-center-ui/vue.config.js +++ b/message-center-ui/vue.config.js @@ -25,7 +25,7 @@ module.exports = { *详细信息:https://cli.vuejs.org/config/#publicpath */ publicPath: process.env.NODE_ENV === 'production' ? '/message/' : '/', - outputDir: 'System', + outputDir: 'message-ui', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false,