fix:账单服务界面
This commit is contained in:
@@ -26,8 +26,13 @@ const menuItems = [
|
|||||||
{
|
{
|
||||||
icon: ContainerOutlined,
|
icon: ContainerOutlined,
|
||||||
title: t('page.Internetdetails.title'),
|
title: t('page.Internetdetails.title'),
|
||||||
path: '/billing/internetdetails'
|
path: '/billing/packagehistories'
|
||||||
},
|
},
|
||||||
|
// {
|
||||||
|
// icon: ContainerOutlined,
|
||||||
|
// title: t('page.Internetdetails.title'),
|
||||||
|
// path: '/billing/internetdetails'
|
||||||
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
const handleMenuClick = (path: string) => {
|
const handleMenuClick = (path: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user