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'),
|
||||
|
||||
8
src/views/billing/recharge/index.vue
Normal file
8
src/views/billing/recharge/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import recharge from '@/views/recharge/rechargeservice/index.vue'
|
||||
|
||||
</script>
|
||||
<template>
|
||||
<recharge/>
|
||||
</template>
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user