From 7c666a5083125a4cfd68145d2b7a7a7d5f5f7ebf Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期一, 26 八月 2024 16:44:56 +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