From df3db829023e38f36af7ba53d751c25c63db380a Mon Sep 17 00:00:00 2001 From: nisen Date: Tue, 12 Sep 2023 17:37:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E4=BB=A3=E7=A0=81=E6=8A=9B=E5=87=BA?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 1a86ede4..f6594209 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,6 +14,9 @@ module.exports = defineConfig({ outputDir: process.env.VUE_APP_OUTPUT_DIR, devServer: { port: 8070, + client:{ + overlay:false,// 解决代码抛出异常 + }, proxy: { "/manageApi": { target: 'https:' + process.env.VUE_APP_PROXY_URL,