批量推送代码

This commit is contained in:
郭庆泰
2026-08-26 23:14:46 +08:00
parent 18f7e93d5b
commit 36528b6e0c
36 changed files with 933 additions and 779 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
# 开发环境 API 基路径: 直连远程后端 (绕过 Vite proxy, 避免 HTTPS 代理卡住)
VITE_APP_BASE_API = 'https://risingdoctor.com/hg-api'
# 开发环境 API 基路径: 本地后端 ( Vite proxy 转发到 localhost:8080)
VITE_APP_BASE_API = '/dev-api'