优化充电桩详情

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, "disableHostCheck" : true,
"proxy" : { "proxy" : {
"/app" : { "/app" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
}, },
"/callComponent" : { "/callComponent" : {
"target" : "http://127.0.0.1:8008/", // "target" : "http://demo.homecommunity.cn/", //
"changeOrigin" : true, // "changeOrigin" : true, //
"secure" : true // https "secure" : true // https
} }

View File

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