优化充电桩详情

This commit is contained in:
wuxw 2024-10-09 21:30:57 +08:00
parent 0e9c923c53
commit 455a2de25c
2 changed files with 2 additions and 5 deletions

View File

@ -80,12 +80,12 @@
"disableHostCheck" : true,
"proxy" : {
"/app" : {
"target" : "http://127.0.0.1:8008/", //
"target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, //
"secure" : true // https
},
"/callComponent" : {
"target" : "http://127.0.0.1:8008/", //
"target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, //
"secure" : true // https
}

View File

@ -95,7 +95,6 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/repair/detail/detail",
"style": {}
@ -109,14 +108,12 @@
{
"path": "pages/family/familyList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "家庭成员"
}
},
{
"path": "pages/complaint/complaintList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "投诉建议"
}
},