优化代码

This commit is contained in:
wuxw 2024-08-06 14:27:01 +08:00
parent 5171d1c272
commit d0449486c5
2 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -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
}