feat(ECR-006): 落地运营后台 Phase A(admin API + admin-h5)
ci / h5 (push) Canceled after 0s
ci / api (push) Canceled after 0s
ci / ess-docs (push) Canceled after 0s

新增独立鉴权的 /api/v1/admin 与 Vue 控制台;会员授予与审计同事务,并补集成/单测。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-06 18:35:53 +08:00
co-authored by Cursor
parent 4a583c9480
commit 879bf70cb7
59 changed files with 2462 additions and 20 deletions
+10 -1
View File
@@ -1,3 +1,12 @@
# admin-h5
运营后台(内容库、订单、会员)。**业务后置**,当前仅占位
运营后台(内容库、订单、会员)。**Phase AECR-006**:登录 · 用户 · 订单 · 会员授予 · 审计
```bash
# 根目录
npm install
npm run dev:admin
# http://localhost:5174/
```
默认管理员:见 `apps/api/config.example.yaml``admin.bootstrap_*`(仅空库种子)。