123
This commit is contained in:
@@ -492,7 +492,7 @@ export default {
|
||||
});
|
||||
},
|
||||
handleLogoutUser(row){
|
||||
let html = `<p>确认踢用户:<span style="color: cadetblue">` + row.nickname + `</span> 的下线?</p>`
|
||||
let html = `<p>确认踢用户:<span style="color: cadetblue">` + row.nickname + `</span> 下线?</p>`
|
||||
+ `<p>提醒:<span style="color: red">强制踢用户下线,如果正在用户通话中,可能会有通话中断</span></p>`
|
||||
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(() => {
|
||||
|
||||
Reference in New Issue
Block a user