参数修改
This commit is contained in:
parent
423f48b2fd
commit
87392a2585
|
|
@ -26,7 +26,7 @@ export const onSignalr = (callBack: Function) => {
|
||||||
});
|
});
|
||||||
connection.on("RefreshUserList", () => {
|
connection.on("RefreshUserList", () => {
|
||||||
callBack({
|
callBack({
|
||||||
key: 'ReceiveMessage'
|
key: 'RefreshUserList'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue