新增:新增系统管理/岗位管理(列表、查看详情、新增、修改、删除、导出)

This commit is contained in:
2023-02-26 00:19:56 +08:00
parent 4071bb7f67
commit 8200ea822f
36 changed files with 1656 additions and 102 deletions

View File

@@ -52,6 +52,16 @@ 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: ['*'],
},
},
],
};