feat(vimp): 设备树原型
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user