From 294a68a5f64c956cf271d621218d38924abf77d6 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 24 Jun 2021 19:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=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 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); }); }