From 8a899e63502939dbf034b90ba46741e0faa9023c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 08 五月 2026 18:49:32 +0800
Subject: [PATCH] 管理端bug修改

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

diff --git a/app/pages/login/login.vue b/app/pages/login/login.vue
index f67430e..0e9baba 100644
--- a/app/pages/login/login.vue
+++ b/app/pages/login/login.vue
@@ -152,6 +152,7 @@
 							this.$store.commit('setToken', res.data.token);
 							this.$u.api.verifyDetail().then(user => {
 								if (user.code === 200) {
+									console.log('verifyDetail success:', user)
 									uni.showToast({ title: '鐧诲綍鎴愬姛', icon: 'success' });
 									this.$store.commit('setUserInfo', user.data);
 									setTimeout(() => {
@@ -182,6 +183,7 @@
 							this.$store.commit('setToken', res.data.token);
 							this.$u.api.verifyDetail().then(user => {
 								if (user.code === 200) {
+									console.log('verifyDetail success:', user)
 									uni.showToast({ title: '鐧诲綍鎴愬姛', icon: 'success' });
 									this.$store.commit('setUserInfo', user.data);
 									setTimeout(() => {

--
Gitblit v1.9.3