From acf8461cba19c8256fe61f22f0de2f2a955da60e Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期六, 17 八月 2024 16:20:35 +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