petstore-admin/README.md
2026-07-31 18:46:16 +08:00

29 lines
600 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.

# 宠小它门店 Web 后台
Phase A 管理端Vue 3 + Vite + Element Plus
## 开发
```bash
cd admin
npm install
npm run dev
```
默认 http://localhost:5174 `/api` 代理到 `http://localhost:8080`
登录:老板/员工手机号 + 验证码dev 万能码见后端 `app.demo.sms-universal-code`,默认 `123456`)。
公开报告链接域名:`.env.development` / `.env.production` 中配置 `VITE_PUBLIC_H5_ORIGIN`
## 构建
```bash
npm run build
```
## Owner
- Store Admin FE → `admin/**`
- 客户聚合 APIBackend Core → `GET /api/admin/service-customers`