From 33e6e77746eaea0fc06adb9b359b02e355887061 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 14 八月 2025 11:03:33 +0800
Subject: [PATCH] 完成动态节能

---
 src/router/index.js |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 3c69a74..2ee88bd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -57,6 +57,7 @@
     component: () => import('@/views/error/401'),
     hidden: true
   },
+
   {
     path: '',
     component: Layout,
@@ -70,6 +71,33 @@
       }
     ]
   },
+  // {
+  //   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: '',
+  //   hidden: true,
+  //   children: [
+  //     {
+  //       path: '',
+  //       component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
+  //       name: 'MobileChat',
+  //       meta: { title: 'AI瀵硅瘽', icon: 'dashboard', affix: true}
+  //     }
+  //   ]
+  // },
   {
     path: '/user',
     component: Layout,

--
Gitblit v1.9.3