fix(deploy): serve production API over HTTP

This commit is contained in:
david
2026-07-31 16:54:57 +08:00
parent 8207d3a700
commit 7a1a7c2da6
10 changed files with 10 additions and 10 deletions

View File

@@ -23,5 +23,5 @@ pnpm build
| 变量 | 说明 |
| --- | --- |
| `VITE_API_BASE_URL` | 可选覆盖后端 API 地址;开发默认 `http://localhost:12426/heqi/gas/v1`,生产构建默认 `https://rest.heqiapp.com/heqi/gas/v1` |
| `VITE_API_BASE_URL` | 可选覆盖后端 API 地址;开发默认 `http://localhost:12426/heqi/gas/v1`,生产构建默认 `http://rest.heqiapp.com/heqi/gas/v1` |
| `VITE_ERROR_REPORT_URL` | 可选的前端错误上报地址 |