From 477c4d3aa9425e3f468d22e0eb7d118dc3856ea4 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 13 Sep 2023 21:45:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E6=BA=90=E7=A0=81?= =?UTF-8?q?=E6=B3=84=E6=BC=8F=E9=A3=8E=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/vue.config.js b/core/frontend/vue.config.js index f5298600b0..7d261bfdf8 100644 --- a/core/frontend/vue.config.js +++ b/core/frontend/vue.config.js @@ -17,7 +17,7 @@ const name = defaultSettings.title || 'vue Admin Template' // page title const port = process.env.port || process.env.npm_config_port || 9528 // dev port const parallel = process.env.NODE_ENV === 'development' module.exports = { - productionSourceMap: true, + productionSourceMap: false, parallel, // 使用mock-server devServer: {