From 7407390695012d3a1f1da61585b44b50c2f7320d Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 2 Feb 2023 15:54:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85dist?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 1d028ff35..fa25e8fd6 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,7 +23,7 @@ module.exports = { .loader('svg-sprite-loader') }, productionSourceMap: false, - outputDir: 'dist', + outputDir: 'epmet-oper', assetsDir: 'static', devServer: { open: true,