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,