调整产品中心菜单顺序

This commit is contained in:
Frudrax Cheng
2026-05-11 09:56:22 +08:00
parent 2f3ced42ac
commit d50e11ce74
+2 -2
View File
@@ -25,11 +25,11 @@ const navItems: NavItem[] = [
id: 'products', label: '产品中心', href: '/qazk', icon: 'fa-cubes', id: 'products', label: '产品中心', href: '/qazk', icon: 'fa-cubes',
children: [ children: [
{ id: 'qazk', label: '工贸企业', href: '/qazk', icon: 'fa-cogs' }, { id: 'qazk', label: '工贸企业', href: '/qazk', icon: 'fa-cogs' },
{ id: 'property', label: '物业楼宇', href: '/property', icon: 'fa-building-o' },
{ id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' }, { id: 'elderly', label: '智慧养老', href: '/elderly', icon: 'fa-heartbeat' },
{ id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' },
{ id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' }, { id: 'kitchen', label: '明厨亮灶', href: '/kitchen', icon: 'fa-cutlery' },
{ id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' }, { id: 'education', label: '智慧学校', href: '/education', icon: 'fa-graduation-cap' },
{ id: 'property', label: '物业楼宇', href: '/property', icon: 'fa-building-o' }, { id: 'construction', label: '智慧工地', href: '/construction', icon: 'fa-industry' },
] ]
}, },
{ id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' }, { id: 'customization', label: '本地化定制', href: '/customization', icon: 'fa-wrench' },