refactor(biji): 更新 API基础路径和相关调用

- 将 VITE_API_BASE_URL 从 https://biji-houdaun.311169.xyz 修改为 /api- 更新前端 API 调用路径,统一添加 /api前缀
- 修改后端 SecurityConfig 和 SystemController,以适应新的 API 路径
This commit is contained in:
2025-08-07 15:50:35 +08:00
parent 22f05de83e
commit d47c8d2009
4 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
VITE_API_BASE_URL=https://biji-houdaun.311169.xyz
VITE_API_BASE_URL=/api