fix:充值服务界面合并
This commit is contained in:
@@ -5,7 +5,8 @@ import {
|
||||
RightOutlined,
|
||||
DollarOutlined,
|
||||
CreditCardOutlined,
|
||||
ContainerOutlined
|
||||
ContainerOutlined,
|
||||
MoneyCollectOutlined,
|
||||
|
||||
} from '@ant-design/icons-vue';
|
||||
|
||||
@@ -13,6 +14,12 @@ const { t } = useI18n();
|
||||
const router = useRouter();
|
||||
|
||||
const menuItems = [
|
||||
{
|
||||
icon: MoneyCollectOutlined,
|
||||
title: t('page.recharge.recharge'),
|
||||
path: '/billing/recharge'
|
||||
|
||||
},
|
||||
{
|
||||
icon: CreditCardOutlined,
|
||||
title: t('page.histories.Historicalbilling'),
|
||||
|
||||
Reference in New Issue
Block a user