feat:修改

This commit is contained in:
zuqijia
2026-05-25 11:41:57 +08:00
parent 2030e68ff9
commit 10ffb2e194
9 changed files with 136 additions and 618 deletions

View File

@@ -39,7 +39,6 @@ const activeMenu = computed(() => route.path)
const iconMap = {
'monitor': Monitor,
'example': PieChart,
'order': Document,
'cost': PieChart,
'energy': Monitor,
@@ -53,7 +52,6 @@ const getIcon = (iconName) => {
}
const menuItems = [
{ path: '/dashboard/demo', meta: { title: '示例大屏', icon: 'example' } },
{ path: '/dashboard/order', meta: { title: '订单大屏', icon: 'order' } },
{ path: '/dashboard/cost', meta: { title: '成本大屏', icon: 'cost' } },
{ path: '/dashboard/energy', meta: { title: '能源大屏', icon: 'energy' } },