From ef944e895392cf57004b2e8dbad76a159ab0cd4b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 17:47:01 +0800
Subject: [PATCH] 45

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

diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index f5dc8c5..da044ed 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -132,7 +132,7 @@
         // Session.remove('token')
         // 判断是否有token 和userinfo
         const token=Session.get('token')
-        alert(token)
+        // alert(token)
         if (token && userInfo.info.openid!==''){
             console.log('已经登录了')
             getUserinfo()

--
Gitblit v1.8.0