From 40e4110df585ba3435d8d389a0a615ebfb222fbc Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 13 八月 2025 17:47:12 +0800
Subject: [PATCH] 路由修改
---
src/router/index.js | 41 +++++++++++++++++++++++++++--------------
1 files changed, 27 insertions(+), 14 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 10adf72..2ee88bd 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -71,20 +71,33 @@
}
]
},
- {
- 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: '/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