优化手机端代码

This commit is contained in:
java110 2021-06-25 19:31:41 +08:00
parent 36ce8d272a
commit 5c03593e40

View File

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