重构后端API和配置,新增仪表板数据接口并优化本地开发环境配置

This commit is contained in:
ylweng
2025-09-21 23:18:08 +08:00
parent 14aca938de
commit 5fc1a4fcb9
33 changed files with 2990 additions and 321 deletions

View File

@@ -1,8 +1,8 @@
# 开发环境配置
NODE_ENV=development
# API配置
VITE_API_BASE_URL=https://webapi.jiebanke.com/api/v1
# API配置 - 修改为本地测试地址
VITE_API_BASE_URL=http://localhost:3200/api/v1
VITE_API_TIMEOUT=30000
# 功能开关