From fbae37b91f88bb547e1ffb7215b3b495894ebec0 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期四, 07 八月 2025 16:57:38 +0800
Subject: [PATCH] yys 新增ai模块
---
src/router/index.js | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 3c69a74..10adf72 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -57,6 +57,7 @@
component: () => import('@/views/error/401'),
hidden: true
},
+
{
path: '',
component: Layout,
@@ -71,6 +72,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: '/user',
component: Layout,
hidden: true,
--
Gitblit v1.9.3