feat 交通大屏

This commit is contained in:
duanliang
2024-12-19 11:48:16 +08:00
parent 5f31856ac0
commit d60c8cbd38
9 changed files with 479 additions and 465 deletions

View File

@@ -27,7 +27,12 @@ const router = createRouter({
path: '/scenic',
name: 'scenic',
component: () => import('@/views/scenic/index.vue')
}
},
{
path: '/traffic',
name: 'traffic',
component: () => import('@/views/traffic/index.vue')
}
]
})