清空ShowUser
This commit is contained in:
parent
85a9ef91fd
commit
f86696bd6b
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue