删除:删除系统管理/岗位管理(过于偏向行政业务向)

This commit is contained in:
2023-02-27 22:53:36 +08:00
parent 8eb82d4c72
commit ac6d2918d9
30 changed files with 4 additions and 1551 deletions

View File

@@ -52,16 +52,6 @@ const System: AppRouteRecordRaw = {
roles: ['*'],
},
},
{
path: '/system/post',
name: 'Post',
component: () => import('@/views/system/post/index.vue'),
meta: {
locale: 'menu.system.post.list',
requiresAuth: true,
roles: ['*'],
},
},
],
};