From c92172a28abefc68b57f3e28d6618052bf5644c9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 12 九月 2025 17:28:42 +0800
Subject: [PATCH] 部署修改

---
 src/router/index.js |   58 ++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 5913c56..437e523 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -76,20 +76,20 @@
       }
     ]
   },
-  {
-    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: '/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,
@@ -97,14 +97,28 @@
     redirect: 'noredirect',
     children: [
       {
-        path: 'profile',
-        component: () => import('@/views/system/user/profile/index'),
-        name: 'Profile',
-        meta: { title: '涓汉涓績', icon: 'user' }
-      }
-    ]
-  }
-]
+        path: "profile",
+        component: () => import("@/views/system/user/profile/index"),
+        name: "Profile",
+        meta: { title: "涓汉涓績", icon: "user" },
+      },
+    ],
+  },
+  {
+    path: "/device-info",
+    component: () => import("@/views/equipmentManagement/deviceInfo/index.vue"),
+    hidden: true,
+    name: "DeviceInfo",
+    meta: { title: "璁惧淇℃伅", icon: "monitor" },
+  },
+  {
+    path: "/data-dashboard",
+    component: () => import("@/views/reportAnalysis/dataDashboard/index.vue"),
+    hidden: true,
+    name: "DataDashboard",
+    meta: { title: "鏁版嵁澶у睆", icon: "dashboard" },
+  },
+];
 
 // 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
 export const dynamicRoutes = [

--
Gitblit v1.9.3