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