From 4ddfa807643c73ff90840b0b65a5118741e12b48 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 18:06:13 +0800
Subject: [PATCH] 移动端维护

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

diff --git a/pages/login/Login.vue b/pages/login/Login.vue
index 1faefaa..1548219 100644
--- a/pages/login/Login.vue
+++ b/pages/login/Login.vue
@@ -66,14 +66,14 @@
 
   // 鑷姩鐢熸垚瀵嗙爜鍑芥暟
   const generatePassword = () => {
-    const currentDate = getCurrentDate();  // 鐩存帴璋冪敤鍑芥暟
+    const currentDate = getCurrentDate(); // 鐩存帴璋冪敤鍑芥暟
     return `Hrs#${currentDate}*`;
   };
 
   if (options.redirect) {
     redirect.value = decodeURIComponent(options.redirect);
   }
-  password.value = generatePassword();  // 鐩存帴璋冪敤鍑芥暟
+  password.value = generatePassword(); // 鐩存帴璋冪敤鍑芥暟
   username.value = "admin";
   // 妫�娴嬫槸鍚﹂缚钂欑郴缁�
   // #ifdef HARMONY
@@ -121,6 +121,7 @@
 
     // 6. 瀛樺偍鐢ㄦ埛淇℃伅
     userStore.setUserInfo(userInfo);
+    console.log(userInfo,'userInfo');
 
     // 7. 璺宠浆鍒扮洰鏍囬〉闈�
     const redirects = redirect.value || "/pages/index/index";

--
Gitblit v1.9.3