eight
2024-08-17 1fadf54db0270a76ed22e54a2284dc9d89b939a2
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