Files
TakeoutSaaS.AdminUI/README.md
2026-01-29 04:21:09 +00:00

30 lines
897 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 AdminUI平台管理员
本仓库用于 **平台管理员** 的后台管理界面Platform Admin
## 功能范围(当前)
- 租户管理(租户列表/审核/冻结/配额等)
- 订阅与账单(批量延期/提醒、账单创建/收款确认/导出等)
- 平台风控(门店审核、资质预警)
- 平台公告 / 应用端公告(只读)
- 系统管理(用户/权限/菜单/角色模板、系统字典等)
> 租户端Tenant Admin将迁移到独立仓库 `TakeoutSaaS.TenantUI`,本仓库后续会逐步移除/下线租户端页面入口,避免两端职责混淆。
## 开发
```bash
pnpm install
pnpm dev
```
## 环境变量
- `TakeoutSaaS.AdminUI/.env.development`:本地开发 API 地址与代理
- `VITE_API_URL`
- `VITE_API_PROXY_URL`
- `TakeoutSaaS.AdminUI/.env.production`:生产环境 API 地址
- `VITE_API_URL`