From 5621ea4a29fc419ac0ad56a8649a6389eaea1bc6 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期六, 18 十二月 2021 21:48:05 +0800
Subject: [PATCH] 修复浏览器刷新后页面切换页签无法加载问题

---
 src/views/monitor/online/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue
index 8950dbc..d45db26 100644
--- a/src/views/monitor/online/index.vue
+++ b/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(() => {

--
Gitblit v1.9.3