From 291a8829a7661accd30176d1760cf8bc69e10a16 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 13 八月 2025 17:30:59 +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