优化api密钥

This commit is contained in:
yml2213
2026-08-03 10:38:06 +08:00
parent 9a3471cc61
commit 7fe4a05ed7
6 changed files with 71 additions and 15 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ const adminSections: SidebarSection[] = [
},
{
key: 'funds',
label: '资金',
label: '积分',
icon: <WalletOutlined />,
children: [{ key: 'merchant-wallet', label: '积分明细', path: '/merchant-wallet' }],
},
@@ -114,7 +114,7 @@ const merchantSections: SidebarSection[] = [
},
{
key: 'funds',
label: '资金',
label: '积分',
icon: <WalletOutlined />,
children: [{ key: 'merchant-wallet', label: '积分明细', path: '/merchant-wallet' }],
},