From adecd142412454acbd8f729c7230e9a90b3dcddc Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期一, 18 十一月 2024 14:39:20 +0800 Subject: [PATCH] room store 改为 sessionStorage --- src/utils/dict.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index f5cf56e..4e783bb 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -144,7 +144,6 @@ // ========== ECG 妯″潡 ========== ECG_BOOK_TIMESLOT = 'ecg_book_timeslot', - ECG_CHECK_TYPE = 'ecg_check_type', ECG_BOOK_SRC = 'ecg_book_src', ECG_QUEUE_STATUS = 'ecg_queue_status', ECG_DEV_BRAND = 'ecg_dev_brand', -- Gitblit v1.9.3