mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:对接岗位管理,修复模板生成bug
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user