eight
2024-08-17 acf8461cba19c8256fe61f22f0de2f2a955da60e
update
已修改1个文件
5 ■■■■■ 文件已修改
src/store/modules/user.ts 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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