牧安云哨-前端

This commit is contained in:
BBIT-Kai
2025-12-23 09:54:47 +08:00
parent b6cc35d1ee
commit f018d96e60
27 changed files with 2115 additions and 57 deletions
@@ -20,22 +20,11 @@ const routes: RouteRecordRaw[] = [
meta: {
authority: ['manager'],
icon: 'mdi:office-building-cog-outline',
title: '部门管理',
title: '组织管理',
keepAlive: true,
},
component: () => import('#/views/manager/department/index.vue'),
},
{
name: 'M-user',
path: '/manager/user',
meta: {
authority: ['manager'],
icon: 'mdi:account-cog-outline',
title: '用户管理',
keepAlive: true,
},
component: () => import('#/views/manager/user/index.vue'),
},
{
name: 'M-role',
path: '/manager/role',
@@ -47,13 +36,35 @@ const routes: RouteRecordRaw[] = [
},
component: () => import('#/views/manager/role/index.vue'),
},
{
name: 'M-user',
path: '/manager/user',
meta: {
authority: ['manager'],
icon: 'mdi:account-cog-outline',
title: '用户管理',
keepAlive: true,
},
component: () => import('#/views/manager/user/index.vue'),
},
{
name: 'M-dict',
path: '/manager/dict',
meta: {
authority: ['manager'],
icon: 'mdi:book-open-outline',
title: '字典管理',
keepAlive: true,
},
component: () => import('#/views/manager/dict/index.vue'),
},
{
name: 'M-perm',
path: '/manager/perm',
meta: {
authority: ['manager'],
icon: 'mdi:menu',
title: '菜单-AI实验室',
title: '菜单-实验室',
keepAlive: true,
},
component: () => import('#/views/manager/menu/index.vue'),
@@ -64,7 +75,7 @@ const routes: RouteRecordRaw[] = [
meta: {
authority: ['manager'],
icon: 'mdi:menu',
title: '菜单-大数据可视化平台',
title: '菜单-大数据',
keepAlive: true,
},
component: () => import('#/views/manager/menu/index2.vue'),