Files
platforms/frontend/delivery_admin/README.md
2026-07-31 16:54:57 +08:00

16 lines
524 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 和气配送点管理系统
配送点管理端使用 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
pnpm dev
pnpm type:check
pnpm lint
pnpm contract:sync
pnpm contract:check
pnpm build
```
资源契约由 `backend/api/cmd/cli delivery-resource-contract` 生成。菜单由后端 `/delivery_menu` 按配送点账号角色返回。