解代码抛出异常问题

This commit is contained in:
nisen
2023-09-12 17:37:51 +08:00
parent 47e788f764
commit df3db82902

View File

@@ -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,