浏览代码

删除在线用户多余的代码

RuoYi 3 年之前
父节点
当前提交
463011bb66
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/views/monitor/online/index.vue

+ 0 - 1
src/views/monitor/online/index.vue

@@ -99,7 +99,6 @@ function resetQuery() {
 }
 }
 /** 强退按钮操作 */
 /** 强退按钮操作 */
 function handleForceLogout(row) {
 function handleForceLogout(row) {
-  const operIds = row.operId || ids.value;
     proxy.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户?').then(function () {
     proxy.$modal.confirm('是否确认强退名称为"' + row.userName + '"的用户?').then(function () {
   return forceLogout(row.tokenId);
   return forceLogout(row.tokenId);
   }).then(() => {
   }).then(() => {