mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
1648ec613c
commit
294a68a5f6
@ -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+"/app/userAuth/mallUserRefreshToken?redirectUrl="+conf.mallUrl;
|
||||||
wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl);
|
wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user