From 6f5bc9367a1bfaa259038268c150b3b91b7c86e4 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 20 九月 2025 10:05:12 +0800
Subject: [PATCH] 设备运行管理

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

diff --git a/src/router/index.js b/src/router/index.js
index 9c5a968..bc7fd70 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -72,20 +72,6 @@
     ],
   },
   {
-    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,
     hidden: true,

--
Gitblit v1.9.3