From 8c9fbf75b3a98143a81f746d5cd6594c9416bd25 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 22 十二月 2023 13:44:58 +0800 Subject: [PATCH] # --- pages/login/login.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 6d7f3c6..ba5bd5c 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -189,9 +189,9 @@ "content-type": "application/json" }, success(result) { - uni.reLaunch({ - url: '../home/home' - }); + // uni.reLaunch({ + // url: '../home/menuHome' + // }); if (result.statusCode === 404) { uni.showToast({ title: '鐧诲綍澶辫触', @@ -215,7 +215,7 @@ }) setTimeout(() => { uni.reLaunch({ - url: '../home/home' + url: '../home/menuHome' }); }, 300) }, 700) -- Gitblit v1.9.1