From 476f711ac8402591b8436292aa17ff78702423dc Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Sat, 13 Dec 2025 20:35:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8F=9C=E5=8D=95=E5=A4=87=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 329f8b9..778b5ee 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -499,15 +499,15 @@ export const publicRoutes = [ icon: "article" } }, - { - path: "/onlineUserMonitoring", - name: "onlineUserMonitoring", - component: () => import("@/views/backOfficeSystem/dataMonitor/onlineUserMonitoring/index.vue"), - meta: { - title: "在线用户监控", - icon: "article" - } - } + // { + // path: "/onlineUserMonitoring", + // name: "onlineUserMonitoring", + // component: () => import("@/views/backOfficeSystem/dataMonitor/onlineUserMonitoring/index.vue"), + // meta: { + // title: "在线用户监控", + // icon: "article" + // } + // } ] }, {