From 8c04f7a021496b0dc0d08c8fd4580ef8f3e1dd49 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 16 十二月 2025 14:31:58 +0800
Subject: [PATCH] 代码调整

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

diff --git a/src/router/index.js b/src/router/index.js
index d190347..0458873 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -108,21 +108,21 @@
       }
     ]
   },
-  {
-    path: '/main/MobileChat',
-    component: Layout,
-    redirect: '',
-    hidden: true,
-    permissions: ['MobileChat:edit'],
-    children: [
-      {
-        path: '',
-        component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
-        name: 'MobileChat',
-        meta: { title: 'AI瀵硅瘽', activeMenu: '/chatHome/chatHomeIndex'}
-      }
-    ]
-  },
+  // {
+  //   path: '/main/MobileChat',
+  //   component: Layout,
+  //   redirect: '',
+  //   hidden: true,
+  //   permissions: ['MobileChat:edit'],
+  //   children: [
+  //     {
+  //       path: '',
+  //       component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
+  //       name: 'MobileChat',
+  //       meta: { title: 'AI瀵硅瘽', activeMenu: '/chatHome/chatHomeIndex'}
+  //     }
+  //   ]
+  // },
   {
     path: '/system/role-auth',
     component: Layout,

--
Gitblit v1.9.3