From ca9b678acfb560c5a28fe1da5df1c025018326c5 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 13 Nov 2025 13:57:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/pages/login/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue
index cf1707a..e8db5f3 100644
--- a/src/pages/login/index.vue
+++ b/src/pages/login/index.vue
@@ -117,7 +117,7 @@
 			);
 			userStore.setUserInfo(res.data);
 			uni.reLaunch({
-				url: "/pages/user/index",
+				url: "/pages/map/index",
 			});
 		} catch (error) {
 			const errorMsg =error.data?.error_description !=="Bad credentials" ? error.data?.error_description:  "登录失败,请重试";

--
Gitblit v1.9.3