清空ShowUser

This commit is contained in:
yj 2024-08-07 16:35:22 +08:00
parent 85a9ef91fd
commit f86696bd6b
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ export const offSignalr = () => {
connection.off('RefreshUserList');
connection.off('Operation');
connection.off('ForceExitRoom');
connection.off('ShowUser');
}
}
export const onInvoke = async (str: string, data: any) => {