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