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协议的代理 }