From 3e4bb654929496c141e43747fa5892a650819376 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 13 八月 2025 16:20:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_7004' into dev_7004

---
 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