From bbb63ca88862e4639e1e8cc866f098efb1155e1b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 14:41:39 +0800
Subject: [PATCH] gx登录初始化
---
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