From b1cb442f56ee40c4fe0cc51455cc61d26732b35d Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期二, 20 八月 2024 15:33:27 +0800 Subject: [PATCH] 看完一个患者功能 --- 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