系统菜单部分功能及planToAdd文件中的config.ts文件修改
This commit is contained in:
@@ -63,6 +63,25 @@ const organizationManage = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'authorityMenu',//dyfadd 测试权限菜单展示数据,稍后删除
|
||||
name: 'AuthorityMenu',
|
||||
meta: { title: '权限保存获取', hideChildren: true, icon: 'zuzhiguanli' },
|
||||
component: Base,
|
||||
redirect: { name: 'AuthorityMenuIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'AuthorityMenuIndex',
|
||||
component: () => import('/nerv-lib/saas/view/menuManage/index.vue'),//E:\2024-project\SaaS-lib\lib\saas\view\menuManage\index.vue
|
||||
meta: {
|
||||
title: '权限保存获取',
|
||||
keepAlive: false,
|
||||
operates: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
export default organizationManage;
|
||||
|
Reference in New Issue
Block a user