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.
12 lines
177 B
JSON
12 lines
177 B
JSON
[
|
|
{
|
|
"name": "管理员角色",
|
|
"code": "ADMIN",
|
|
"status": "0",
|
|
"order": 1,
|
|
"data_scope": 4,
|
|
"description": "初始化角色",
|
|
"tenant_id": 1
|
|
}
|
|
]
|