mirror of
http://112.124.100.131/happyinsurance_eco/ebiz-sunful-eco-web.git
synced 2025-12-06 17:36:50 +08:00
style(vue.config.js): 调整代码缩进格式- 修改了 vue.config.js 文件中的代码缩进- 调整了 overlay 配置的闭括号位置-优化了 proxy 配置的缩进格式
This commit is contained in:
@@ -25,7 +25,6 @@ module.exports = {
|
||||
overlay: {
|
||||
warnings: false,
|
||||
errors: true
|
||||
}
|
||||
},
|
||||
proxy: {
|
||||
'/backmanage': {
|
||||
@@ -35,7 +34,9 @@ module.exports = {
|
||||
'^/backmanage': '/'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
configureWebpack: {
|
||||
name: name,
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user