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