2
0

fix:账单服务界面

This commit is contained in:
zhongzm
2025-01-10 14:50:39 +08:00
parent b2fc689d34
commit 98052ca417

View File

@@ -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) => {