更新管理后台布局,优化菜单项标签,新增支付配置项。同时,调整API响应字段命名,确保一致性,提升代码可读性和维护性。

This commit is contained in:
乘风
2026-02-09 14:33:41 +08:00
parent bee72dc7f8
commit dfbe3eb427
77 changed files with 3041 additions and 240 deletions

View File

@@ -1,2 +1,3 @@
# 开发环境:对接当前 Next 后端(与现网 API 路径完全一致,无缝切换
VITE_API_BASE_URL=http://localhost:3006
# 对接后端 base URL不改 API 路径,仅改此处即可切换 Next → Gin
# VITE_API_BASE_URL=http://localhost:3006
VITE_API_BASE_URL=http://localhost:8080