mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
refactor(backend): 重命名任务分组为任务存储器并更新相关数据 fix(backend): 修正用户服务中密码重置的参数名错误 feat(frontend): 添加字典数据清理功能并在用户登出时调用 style(frontend): 简化加载页面样式并更新favicon feat(frontend): 实现动态设置页面标题和图标功能 feat(frontend): 增强角色和用户管理界面的操作限制 feat(frontend): 优化任务管理界面,使用字典数据展示选项 refactor(frontend): 改进字典存储模块,增加数据校验和过滤
21 lines
312 B
Bash
21 lines
312 B
Bash
# 环境
|
|
VITE_APP_ENV=development
|
|
|
|
# 项目名称
|
|
VITE_APP_TITLE=fastapiadmin
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL=http://localhost:8001
|
|
# VITE_API_BASE_URL=http://service.fastapiadmin.com
|
|
|
|
# 代理前缀
|
|
VITE_APP_BASE_API=/api/v1
|
|
|
|
# 应用端口
|
|
VITE_APP_PORT=5180
|
|
|
|
# 超时时间
|
|
VITE_TIMEOUT=10000
|
|
|
|
|