From d0449486c5dfaf0ec1a46ce4e44ea52158aae563 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 6 Aug 2024 14:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/owner/ownerApi.js | 3 ++- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api/owner/ownerApi.js b/api/owner/ownerApi.js index f8231d0..2d777af 100644 --- a/api/owner/ownerApi.js +++ b/api/owner/ownerApi.js @@ -92,7 +92,8 @@ export function hasAuthOwner(_that) { let _currentCommunityInfo = { communityId: _ownerInfo.communityId, communityName: _ownerInfo.communityName, - communityTel: _ownerInfo.communityTel + communityTel: _ownerInfo.communityTel, + sCommunityTel:_ownerInfo.communityTel, }; wx.setStorageSync(mapping.CURRENT_COMMUNITY_INFO, _currentCommunityInfo); diff --git a/manifest.json b/manifest.json index b451983..f36d338 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协议的代理 }