From 1f4db481c48e6beb5c787f126576e63363b10a13 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 20 八月 2024 15:02:00 +0800
Subject: [PATCH] update
---
src/store/modules/user.ts | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/store/modules/user.ts b/src/store/modules/user.ts
index 2d5600b..861f94b 100644
--- a/src/store/modules/user.ts
+++ b/src/store/modules/user.ts
@@ -87,11 +87,6 @@
},
// 鍖荤敓璇婂閫夋嫨
async setRoomInfoAction(room: RoomVO) {
- if (!getAccessToken()) {
- this.resetState()
- return null
- }
-
// 鏇存柊 store
this.room = room
this.isSetRoom = true
--
Gitblit v1.9.3