yinbangzhong
2024-09-10 1da0bc255179f25b5227bec27833cf486cb6cb90
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'
            },
        },
    ]