style(vue.config.js): 调整代码缩进格式- 修改了 vue.config.js 文件中的代码缩进- 调整了 overlay 配置的闭括号位置-优化了 proxy 配置的缩进格式

This commit is contained in:
陈昱达
2025-08-26 17:36:30 +08:00
parent 9d98ad7f2d
commit 5d26d7da3a

View File

@@ -25,17 +25,18 @@ module.exports = {
overlay: {
warnings: false,
errors: true
}
},
proxy: {
'/backmanage': {
target: process.env.VUE_APP_ADMIN,
changeOrigin: true,
pathRewrite: {
'^/backmanage': '/'
},
proxy: {
'/backmanage': {
target: process.env.VUE_APP_ADMIN,
changeOrigin: true,
pathRewrite: {
'^/backmanage': '/'
}
}
}
},
configureWebpack: {
name: name,
resolve: {