# 宠小它门店 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/**` - 客户聚合 API:Backend Core → `GET /api/admin/service-customers`