From aa8809e03ce1c32c628bcbd681c614c5e8830184 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Thu, 12 Dec 2024 10:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=BF=E9=97=B4=E5=8F=B7?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8loading=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JoinSetting/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/JoinSetting/index.tsx b/src/components/JoinSetting/index.tsx index 3b902ec..18065db 100644 --- a/src/components/JoinSetting/index.tsx +++ b/src/components/JoinSetting/index.tsx @@ -222,6 +222,7 @@ const JoinSetting = forwardRef((_props: any, ref: any) => { }) } else { message.error('房间号不存在!') + storage.setItem('loading', false) } }) }}