优化api密钥
This commit is contained in:
@@ -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' }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user