From 455a2de25cc675da1e9a12af6f14ac855efb19cf Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 9 Oct 2024 21:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=85=E7=94=B5=E6=A1=A9?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) 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": "投诉建议" } },