diff --git a/api/webView/webViewApi.js b/api/webView/webViewApi.js index c3aa64d..12a549f 100644 --- a/api/webView/webViewApi.js +++ b/api/webView/webViewApi.js @@ -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+""; + let _mallAuthUrl = conf.mallUrl+"/app/userAuth/mallUserRefreshToken?redirectUrl="+conf.mallUrl; wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl); }); }