fix(deploy): serve production API over HTTP
This commit is contained in:
@@ -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` | 可选的前端错误上报地址 |
|
||||
|
||||
Reference in New Issue
Block a user