feat(vimp): 设备树原型

This commit is contained in:
yangsy
2026-05-27 02:33:06 +08:00
parent 1634ed200d
commit 39e821e12a
14 changed files with 966 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ const router = createRouter({
path: 'changelog',
component: () => import('@/pages/system/changelog/changelog-page.vue'),
},
{
path: 'vimp',
component: () => import('@/pages/vimp/vimp-page.vue'),
},
{
path: '/:pathMatch(.*)*',
component: () => import('@/pages/system/error/not-found-page.vue'),