yinbangzhong
2024-08-26 ac56b0e4d31b7f857b444ad2c526d30f640f5b2c
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'
            },
        },
    ]