From 926bfacc9e4bd809bc693a8192ffe0f6aaf7232b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 19 九月 2025 09:27:26 +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