diff --git a/request/request.js b/request/request.js index 709d23b..4209f35 100644 --- a/request/request.js +++ b/request/request.js @@ -132,7 +132,7 @@ class Request { } if (infor['data']['status'] != 200 && infor['data']['code'] != 7777) { // #ifdef H5 - if (infor['data']['status'] == 110002 && !isMiniPrograms()) { + if (infor['data']['status'] == 110002) { window.location.href = `${HTTP_REQUEST_URL}/JXH5/pages/users/h5_login/index?redirectUri=${window.location.protocol + "//" + window.location.host}/privilege/pages/restaurant/home/shop_home/shop_home`; // window.location.href = `http://10.210.254.176:8081/JXH5/#/pages/users/h5_login/index?redirectUri=${window.location.protocol + "//" + window.location.host}/privilege/pages/restaurant/home/shop_home/shop_home`; } diff --git a/unpackage/dist/build/web/index.html b/unpackage/dist/build/web/index.html index aaddf4b..63ab72a 100644 --- a/unpackage/dist/build/web/index.html +++ b/unpackage/dist/build/web/index.html @@ -1,2 +1,2 @@