mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
解代码抛出异常问题
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user