From 5c03593e4017dece95fb4322c5aa4a507a955a3a Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 25 Jun 2021 19:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/webView/webViewApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/webView/webViewApi.js b/api/webView/webViewApi.js index 426e14b..1556a02 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+"/app/userAuth/mallUserRefreshToken?redirectUrl="+_hasOwnerUrl; + let _mallAuthUrl = conf.mallUrl+"/app/userAuth/mallUserRefreshToken?redirectUrl="+_hasOwnerUrl+"&errorUrl="+conf.mallUrl; wechatRefreshToken(_mallAuthUrl, '0', _hasOwnerUrl); }); }