From 1077d2ec09f9e7796853445ea081c7a1c7c382dc Mon Sep 17 00:00:00 2001 From: 77 <77@77.com> Date: Mon, 22 Apr 2024 00:51:55 +0800 Subject: [PATCH] 123 --- src/views/cai/user/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/cai/user/index.vue b/src/views/cai/user/index.vue index d0c9413..8b5b7f7 100644 --- a/src/views/cai/user/index.vue +++ b/src/views/cai/user/index.vue @@ -492,7 +492,7 @@ export default { }); }, handleLogoutUser(row){ - let html = `
确认踢用户:` + row.nickname + ` 的下线?
` + let html = `确认踢用户:` + row.nickname + ` 下线?
` + `提醒:强制踢用户下线,如果正在用户通话中,可能会有通话中断
` this.$confirm(html, '警告', { confirmButtonText: '确定', @@ -503,7 +503,7 @@ export default { this.loading = true return userLogout(row.id) }).then(() => { - this.$modal.msgSuccess("解除成功"); + this.$modal.msgSuccess("操作成功"); this.loading = false this.getList() }).catch(() => {