From 0780d9659b229f80a3c9788988ec7d9ccd63ddbb Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期六, 29 六月 2024 21:44:21 +0800
Subject: [PATCH] 修复移动端左侧菜单无法显示问题

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

diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue
index 2b51340..5f4b268 100644
--- a/src/views/monitor/online/index.vue
+++ b/src/views/monitor/online/index.vue
@@ -82,16 +82,19 @@
     loading.value = false;
   });
 }
+
 /** 鎼滅储鎸夐挳鎿嶄綔 */
 function handleQuery() {
   pageNum.value = 1;
   getList();
 }
+
 /** 閲嶇疆鎸夐挳鎿嶄綔 */
 function resetQuery() {
   proxy.resetForm("queryRef");
   handleQuery();
 }
+
 /** 寮洪��鎸夐挳鎿嶄綔 */
 function handleForceLogout(row) {
     proxy.$modal.confirm('鏄惁纭寮洪��鍚嶇О涓�"' + row.userName + '"鐨勭敤鎴�?').then(function () {

--
Gitblit v1.9.3