mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
1. 重构后端API路由、CRUD与模块结构,整合日志管理,移除废弃demo代码 2. 优化前端组件类型定义、样式与路由配置,修复权限判断逻辑 3. 调整默认排序规则、滚动条样式与工具类函数,更新依赖与配置文件 4. 修复多处类型不匹配与默认值问题,完善表单与菜单验证逻辑
71 lines
2.6 KiB
JSON
71 lines
2.6 KiB
JSON
[
|
|
{
|
|
"name": "平台租户",
|
|
"code": "system",
|
|
"contact_name": "管理员",
|
|
"contact_phone": "13800138000",
|
|
"contact_email": "admin@fastapiadmin.com",
|
|
"address": "陕西省西安市",
|
|
"domain": null,
|
|
"logo_url": "https://service.fastapiadmin.com/api/v1/static/image/logo.svg",
|
|
"sort": 0,
|
|
"package_id": null,
|
|
"start_time": null,
|
|
"end_time": null,
|
|
"description": "平台默认租户,id 固定为 1,管理平台所有资源(不受套餐限制)",
|
|
"version": "1.0.0",
|
|
"favicon": "https://service.fastapiadmin.com/api/v1/static/image/favicon.ico",
|
|
"login_bg": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
|
|
"copyright": "Copyright © 2025-2027 service.fastapiadmin.com 版权所有",
|
|
"keep_record": "陕ICP备2025069493号-1",
|
|
"help_doc": "https://docs.fastapiadmin.com",
|
|
"privacy": "https://fastapiadmin.com/privacy",
|
|
"clause": "https://fastapiadmin.com/clause",
|
|
"git_code": "https://github.com/fastapi-admin/fastapi-admin"
|
|
},
|
|
{
|
|
"name": "测试租户",
|
|
"code": "test",
|
|
"contact_name": "测试管理员",
|
|
"contact_phone": "13800138001",
|
|
"contact_email": "test@fastapiadmin.com",
|
|
"address": "上海市浦东新区",
|
|
"domain": "test.fastapiadmin.com",
|
|
"logo_url": "https://service.fastapiadmin.com/api/v1/static/image/logo.png",
|
|
"sort": 1,
|
|
"package_id": 2,
|
|
"start_time": "2024-01-01 00:00:00",
|
|
"end_time": "2027-12-31 23:59:59",
|
|
"description": "测试租户,用于功能测试",
|
|
"version": "1.0.0",
|
|
"favicon": "https://service.fastapiadmin.com/api/v1/static/image/favicon.ico",
|
|
"login_bg": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
|
|
"copyright": "Copyright © 2024 Test Tenant 版权所有",
|
|
"keep_record": "陕ICP备2024000000号",
|
|
"help_doc": "https://docs.fastapiadmin.com",
|
|
"privacy": "https://fastapiadmin.com/privacy",
|
|
"clause": "https://fastapiadmin.com/clause",
|
|
"git_code": null
|
|
},
|
|
{
|
|
"name": "星辰科技有限公司",
|
|
"code": "STAR",
|
|
"contact_name": "张明",
|
|
"contact_phone": "13800001001",
|
|
"contact_email": "zhang@star-tech.dev",
|
|
"package_id": 2,
|
|
"description": "中型科技企业,使用标准版套餐",
|
|
"copyright": "2026 星辰科技"
|
|
},
|
|
{
|
|
"name": "创新工坊",
|
|
"code": "INNO",
|
|
"contact_name": "李芳",
|
|
"contact_phone": "13800002001",
|
|
"contact_email": "li@inno.work",
|
|
"package_id": 1,
|
|
"description": "初创团队,使用基础版免费试用",
|
|
"copyright": "2026 创新工坊"
|
|
}
|
|
]
|