yinbangzhong
2024-08-16 f434ce3b98b921e6437eb49eacf5567b4167c69b
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'
            },
        },
    ]