From 106a271b7e6f3755cfc7977b05dcdc0e8f4049c0 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 13 十一月 2023 12:54:00 +0800
Subject: [PATCH] #

---
 pages/login/login.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index 78e9ddc..d27e301 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -188,6 +188,9 @@
 						"content-type": "application/json"
 					},
 					success(result) {
+						uni.reLaunch({
+							url: '../home/home'
+						});
 						if (result.statusCode === 404) {
 							uni.showToast({
 								title: '鐧诲綍澶辫触',

--
Gitblit v1.9.1