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.
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
[
|
|
{
|
|
"config_name": "演示模式启用",
|
|
"config_key": "demo_enable",
|
|
"config_value": "false",
|
|
"config_type": true,
|
|
"status": "0",
|
|
"description": "初始化数据",
|
|
"tenant_id": 1
|
|
},
|
|
{
|
|
"config_name": "演示访问IP白名单",
|
|
"config_key": "ip_white_list",
|
|
"config_value": "[\"127.0.0.1\"]",
|
|
"config_type": true,
|
|
"status": "0",
|
|
"description": "初始化数据",
|
|
"tenant_id": 1
|
|
},
|
|
{
|
|
"config_name": "接口白名单",
|
|
"config_key": "white_api_list_path",
|
|
"config_value": "[\"/api/v1/system/auth/login\", \"/api/v1/system/auth/token/refresh\", \"/api/v1/system/auth/captcha/get\", \"/api/v1/system/auth/logout\", \"/api/v1/system/config/info\", \"/api/v1/system/user/current/info\", \"/api/v1/system/notice/available\", \"/api/v1/system/auth/auto-login/users\", \"/api/v1/system/auth/auto-login/token\", \"/api/v1/system/auth/auto-login\"]",
|
|
"config_type": true,
|
|
"status": "0",
|
|
"description": "初始化数据",
|
|
"tenant_id": 1
|
|
},
|
|
{
|
|
"config_name": "访问IP黑名单",
|
|
"config_key": "ip_black_list",
|
|
"config_value": "[]",
|
|
"config_type": true,
|
|
"status": "0",
|
|
"description": "初始化数据",
|
|
"tenant_id": 1
|
|
}
|
|
] |