eight
2024-08-20 6f251b714260edadcaf82fc7bcc4e7c40491d64f
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