优化业主手机版

This commit is contained in:
java110 2021-06-24 17:16:10 +08:00
parent 7e8809f5b3
commit 1648ec613c

View File

@ -83,7 +83,7 @@ export function actionRefreshToken(that) {
}, function(error) { //回话过期 }, function(error) { //回话过期
console.log('回话已经过期'); console.log('回话已经过期');
let _hasOwnerUrl = window.location.origin+'/#/pages/hcWebViewRefresh/hcWebViewRefresh?java110Id='+uuid(); let _hasOwnerUrl = window.location.origin+'/#/pages/hcWebViewRefresh/hcWebViewRefresh?java110Id='+uuid();
let _mallAuthUrl = conf.mallUrl; let _mallAuthUrl = conf.mallUrl+"";
wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl); wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl);
}); });
} }