购买功能fix组件样式
This commit is contained in:
@@ -41,6 +41,7 @@ export const userMenuItems = [
|
||||
children: [
|
||||
{ name: '余额充值', path: '/finance/wallet', icon: CreditCard, requiresCertification: true },
|
||||
{ name: '充值记录', path: '/finance/recharge-records', icon: CreditCard, requiresCertification: true },
|
||||
{ name: '购买记录', path: '/finance/purchase-records', icon: ShoppingCart, requiresCertification: true },
|
||||
{ name: '消费记录', path: '/finance/transactions', icon: Clipboard, requiresCertification: true },
|
||||
{ name: '发票申请', path: '/finance/invoice', icon: Wallet, requiresCertification: true }
|
||||
]
|
||||
@@ -124,6 +125,7 @@ export const getUserAccessibleMenuItems = (userType = 'user') => {
|
||||
{ name: '调用记录', path: '/admin/usage', icon: Clipboard },
|
||||
{ name: '消费记录', path: '/admin/transactions', icon: Clipboard },
|
||||
{ name: '充值记录', path: '/admin/recharge-records', icon: CreditCard },
|
||||
{ name: '购买记录', path: '/admin/purchase-records', icon: ShoppingCart },
|
||||
{ name: '发票管理', path: '/admin/invoices', icon: Wallet },
|
||||
{ name: '组件管理', path: '/admin/ui-components', icon: Cube }
|
||||
]
|
||||
@@ -137,6 +139,7 @@ export const getUserAccessibleMenuItems = (userType = 'user') => {
|
||||
export const requiresCertificationPaths = [
|
||||
'/finance/wallet',
|
||||
'/finance/recharge-records',
|
||||
'/finance/purchase-records',
|
||||
'/finance/transactions',
|
||||
'/apis/usage',
|
||||
'/apis/whitelist'
|
||||
@@ -166,6 +169,10 @@ export const getCurrentPageCertificationConfig = (path) => {
|
||||
title: '充值记录',
|
||||
description: '为了查看完整的充值记录,请先完成企业入驻认证。认证成功后我们将赠送您一定的调用额度!'
|
||||
},
|
||||
'/finance/purchase-records': {
|
||||
title: '购买记录',
|
||||
description: '为了查看完整的购买记录,请先完成企业入驻认证。认证成功后我们将赠送您一定的调用额度!'
|
||||
},
|
||||
'/finance/transactions': {
|
||||
title: '消费记录',
|
||||
description: '为了查看完整的消费记录,请先完成企业入驻认证。认证成功后我们将赠送您一定的调用额度!'
|
||||
|
||||
Reference in New Issue
Block a user