fix(frontend): use HTTPS for production API

This commit is contained in:
david
2026-07-31 16:44:57 +08:00
parent 5f85d53bed
commit 8207d3a700
9 changed files with 9 additions and 9 deletions

View File

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