Files
TakeoutSaaS.TenantUI/README.TAKEOUT.md

31 lines
980 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.
# TakeoutSaaS TenantUI租户管理员
本仓库用于 **租户管理员** 的后台管理界面Tenant Admin基于 `vue-vben-admin`Element Plus 版本:`apps/web-ele`)搭建。
## 功能范围(规划)
- 商户管理(仅列表/详情/资料维护;**不含**审核领取/审核流程)
- 门店管理(门店 CRUD、提交审核、资质/营业时段/配送区域/费用等)
- 租户公告(创建/发布/撤销/删除)
- 租户字典(租户字典、字典覆盖、标签覆盖)
> 订阅与账单暂不纳入 TenantUI后续再补
## 开发
在仓库根目录执行:
```bash
pnpm install
pnpm dev:ele
```
默认端口:`3007`(见 `apps/web-ele/.env.development`)。
## 本地联调(代理)
`apps/web-ele` 已配置将 `/api/*` 代理到本地后端(默认 `http://127.0.0.1:7801`
- 配置文件:`TakeoutSaaS.TenantUI/apps/web-ele/vite.config.mts`
- 后端需暴露形如:`/api/admin/v1/...` 的接口