feat:对接岗位管理,修复模板生成bug

This commit is contained in:
AN
2025-04-04 17:32:27 +08:00
parent b984725bb0
commit 73cfa34796
12 changed files with 622 additions and 7 deletions

View File

@ -135,6 +135,15 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 3
}
},
{
name: 'system_post',
path: '/system/post',
component: 'view.system_post',
meta: {
title: 'system_post',
i18nKey: 'route.system_post'
}
},
{
name: 'system_tenant',
path: '/system/tenant',