diff --git a/src/router/menu.ts b/src/router/menu.ts index d086ddf5..f3d031e8 100644 --- a/src/router/menu.ts +++ b/src/router/menu.ts @@ -71,6 +71,10 @@ export default [ path: '/device/Instance', component: () => import('@/views/device/Instance/index.vue') }, + { + path: '/device/Instance/detail/:id', + component: () => import('@/views/device/Instance/detail.vue') + }, // link 运维管理 { path: '/link/log', diff --git a/src/views/device/Instance/detail.vue b/src/views/device/Instance/detail.vue new file mode 100644 index 00000000..eca48625 --- /dev/null +++ b/src/views/device/Instance/detail.vue @@ -0,0 +1,9 @@ + + + \ No newline at end of file