yinbangzhong
2024-09-12 ff0ae974a1c561eaf2915988dac63cd066af189f
src/router/routes/modules/knowledgeLib.ts
@@ -7,9 +7,9 @@
    meta: {
        locale: '知识库管理',
        requiresAuth: true,
        icon: 'icon-voice',
        order: 3,
        hideInMenu:false
        icon: 'icon-storage',
        order: 2,
        hideInMenu:false,
    },
    children:[
        {
@@ -20,7 +20,6 @@
                requiresAuth: true,
                hideInMenu:true,
                roles: ['*'],
                activeMenu:'session'
            },
        },
    ]