feat: wire admin workflows to real APIs

This commit is contained in:
hectorzhao
2026-07-02 13:50:09 +08:00
parent f8c9b78c21
commit ab421cf8a7
42 changed files with 2596 additions and 250 deletions
-2
View File
@@ -7,7 +7,6 @@ import {
MessageSquareText,
PenLine,
ReceiptText,
Settings,
ShieldCheck,
Users,
} from 'lucide-react';
@@ -66,7 +65,6 @@ export function ClientLayout() {
items: [
{ label: '企业认证', to: '/client/enterprise-auth', icon: ShieldCheck },
{ label: '用户管理', to: '/client/users', icon: Users },
{ label: '账号设置', to: '/client/settings', icon: Settings },
{ label: '系统日志', to: '/client/system-logs', icon: FileText },
],
},