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

@@ -1,6 +1,6 @@
# 和气配送点管理系统
配送点管理端使用 Vue 3、TypeScript、Vite、Pinia 和 Arco Design开发端口为 `5176`。开发默认 API 为 `http://localhost:12426/heqi/delivery/v1`,生产构建默认 API 为 `https://rest.heqiapp.com/heqi/delivery/v1`
配送点管理端使用 Vue 3、TypeScript、Vite、Pinia 和 Arco Design开发端口为 `5176`。开发默认 API 为 `http://localhost:12426/heqi/delivery/v1`,生产构建默认 API 为 `http://rest.heqiapp.com/heqi/delivery/v1`
```bash
pnpm install