From a36ebcb8f190ec8701223440a9bf12ae2954f25c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 13 八月 2025 16:11:46 +0800 Subject: [PATCH] 设备监控页面添加 --- src/router/index.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 10adf72..4b4f154 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -72,6 +72,19 @@ ] }, { + path: '/equipment', + component: Layout, + redirect: '/equipment/iot-monitor', + children: [ + { + path: 'iot-monitor', + component: () => import('@/views/equipmentManagement/iotMonitor/index.vue'), + name: 'IoTMonitor', + meta: { title: 'IoT鐩戞帶', icon: 'monitor', noCache: true } + } + ] + }, + { path: '/main/MobileChat', component: Layout, redirect: '', -- Gitblit v1.9.3