mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
This commit removes the deprecated frontend/web-old directory, updates various project configuration files including tsconfig, vite config, environment variables, and backend data models. It also fixes several API paths, adds tenant awareness to multiple models, and makes minor UI adjustments.
16 lines
297 B
JSON
16 lines
297 B
JSON
[
|
|
{
|
|
"name": "集团总公司",
|
|
"code": "GROUP",
|
|
"order": 1,
|
|
"status": "0",
|
|
"leader": "部门负责人",
|
|
"phone": "1582112620",
|
|
"email": "deptadmin@example.com",
|
|
"description": "集团总公司",
|
|
"parent_id": null,
|
|
"tenant_id": 1,
|
|
"children": []
|
|
}
|
|
]
|