This commit is contained in:
parent
b02ce4b0ba
commit
24ee99e33a
@ -68,7 +68,7 @@ const initServerInfo = () => {
|
|||||||
|
|
||||||
// 强制下线客户端
|
// 强制下线客户端
|
||||||
const offlineClientHandler = (clientID: string) => {
|
const offlineClientHandler = (clientID: string) => {
|
||||||
offlineClient().then(res => {
|
offlineClient(clientID).then(res => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
message("下线客户端成功", { type: "success" });
|
message("下线客户端成功", { type: "success" });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user