From 514778f64e7708db4443a1c93c902e8294939f50 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期六, 17 八月 2024 11:10:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web
---
src/router/routes/modules/intelligentAgent.ts | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/router/routes/modules/intelligentAgent.ts b/src/router/routes/modules/intelligentAgent.ts
index fd44fad..62be5a4 100644
--- a/src/router/routes/modules/intelligentAgent.ts
+++ b/src/router/routes/modules/intelligentAgent.ts
@@ -7,8 +7,8 @@
meta: {
locale: '鏅鸿兘浣撶鐞�',
requiresAuth: true,
- icon: 'icon-voice',
- order: 3,
+ icon: 'icon-robot',
+ order: 4,
hideInMenu:false
},
children:[
@@ -20,7 +20,6 @@
requiresAuth: true,
hideInMenu:true,
roles: ['*'],
- activeMenu:'session'
},
},
]
--
Gitblit v1.8.0