邓洁 : 设备管理雏形

This commit is contained in:
邓洁
2023-12-16 16:33:54 +08:00
parent e8ac21d5be
commit a45afb9e6f
7 changed files with 141 additions and 41 deletions

View File

@@ -51,7 +51,7 @@ const routes = [
}
},
{
path: '/device',
path: '/device/:tunnelId(\\d+)',
name: 'device',
component: () => import('@/views/device-manage/index.vue'),
meta: {