From c1b2ba0d6fe16e3a27ce15f35aea8ef0ef23de76 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 26 十二月 2025 17:44:51 +0800
Subject: [PATCH] 代码调整7

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

diff --git a/src/router/index.js b/src/router/index.js
index b37fa51..0458873 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -77,20 +77,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,
@@ -122,6 +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: '/system/role-auth',
     component: Layout,

--
Gitblit v1.9.3