feat(tenant-package): 新增租户套餐管理功能

This commit is contained in:
AN
2025-05-11 11:27:37 +08:00
parent 862ac25057
commit 1140829bcc
14 changed files with 514 additions and 13 deletions

View File

@ -277,6 +277,15 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.system_tenant'
}
},
{
name: 'system_tenant-package',
path: '/system/tenant-package',
component: 'view.system_tenant-package',
meta: {
title: 'system_tenant-package',
i18nKey: 'route.system_tenant-package'
}
},
{
name: 'system_user',
path: '/system/user',