mirror of
http://112.124.100.131/happyinsurance_eco/ebiz-sunful-eco-web.git
synced 2025-12-06 09:26:50 +08:00
style(vue.config.js): 调整代码缩进格式- 修改了 vue.config.js 文件中的代码缩进- 调整了 overlay 配置的闭括号位置-优化了 proxy 配置的缩进格式
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user