feat:整合租户管理功能 commit!

This commit is contained in:
ANHE
2025-03-12 00:03:32 +08:00
parent 115767bcb5
commit 69a6d7a358
13 changed files with 792 additions and 39 deletions

View File

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