From 69540415eca2f7d8d6bc73a0fa5874bbbbc89200 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 25 Sep 2024 23:10:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=88=91=E7=9A=84):=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E6=9C=AA=E8=B7=B3=E8=BD=AC=E8=87=B3=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/User/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/user/User/index.vue b/pages/user/User/index.vue index b0cdab1..a28a6b7 100644 --- a/pages/user/User/index.vue +++ b/pages/user/User/index.vue @@ -459,6 +459,11 @@ export default { uni.hideLoading() }).catch(err => { uni.hideLoading() + if (err.toLogin) { + uni.reLaunch({ + url: '/pages/authorization/index' + }) + } }).finally(() => { uni.hideLoading() })