完善牧安云哨-前端

This commit is contained in:
BBIT-Kai
2025-12-29 16:30:04 +08:00
parent d78d3be5e0
commit cd7aa35960
7 changed files with 167 additions and 18 deletions
@@ -59,27 +59,16 @@ const routes: RouteRecordRaw[] = [
component: () => import('#/views/manager/dict/index.vue'),
},
{
name: 'M-perm',
name: 'perm',
path: '/manager/perm',
meta: {
authority: ['manager'],
icon: 'mdi:menu',
title: '菜单-实验室',
title: '菜单管理',
keepAlive: true,
},
component: () => import('#/views/manager/menu/index.vue'),
},
{
name: 'M-perm2',
path: '/manager/perm2',
meta: {
authority: ['manager'],
icon: 'mdi:menu',
title: '菜单-大数据',
keepAlive: true,
},
component: () => import('#/views/manager/menu/index2.vue'),
},
],
},
];