From 6f458cfb2b527aea3975bb79efbdd70bc94d5c97 Mon Sep 17 00:00:00 2001 From: yxt_djz <313618925@qq.com> Date: Wed, 13 Jul 2022 14:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=B8=9A=E5=8A=A1=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=89=93=E5=BC=80=E6=B5=81=E8=BD=AC=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-scm/anrui-scm-ui/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anrui-scm/anrui-scm-ui/vue.config.js b/anrui-scm/anrui-scm-ui/vue.config.js index e2c3a4e3c6..a9f5c6132a 100644 --- a/anrui-scm/anrui-scm-ui/vue.config.js +++ b/anrui-scm/anrui-scm-ui/vue.config.js @@ -25,7 +25,7 @@ module.exports = { *详细信息:https://cli.vuejs.org/config/#publicpath */ publicPath: process.env.NODE_ENV === 'production' ? '/scm/' : '/', - outputDir: 'scm-ui', + outputDir: 'System', assetsDir: 'static', lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false,