diff --git a/manifest.json b/manifest.json index e5b78bb..8783ea4 100644 --- a/manifest.json +++ b/manifest.json @@ -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协议的代理 } diff --git a/pages.json b/pages.json index faba5d0..2a78db5 100644 --- a/pages.json +++ b/pages.json @@ -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": "投诉建议" } },