chore: check off Task 10 (frontend RBAC adaptation)

This commit is contained in:
2026-07-02 12:15:37 +08:00
parent 3f26c66808
commit 75acb5c7a2
2 changed files with 7 additions and 7 deletions

View File

@@ -2068,7 +2068,7 @@ git commit -m "feat(frontend): add Roles management page and Permissions overvie
**Interfaces:**
- Consumes: `usePermission`, `PermissionRoute`, `PermissionButton` (Task 8), `/rbac/users` API (Task 5)
- [ ] **Step 1: 修改 App.tsx 添加路由和权限包装**
- [x] **Step 1: 修改 App.tsx 添加路由和权限包装**
```tsx
// frontend/src/App.tsx