yinbangzhong
2024-08-29 30c1eeca00527a1294c62b1c708edd32ba079b67
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'
            },
        },
    ]