From b9d6ca585437863acd8d9423a48f55082e3851fa Mon Sep 17 00:00:00 2001 From: wangshuaiswim Date: Mon, 30 Jan 2023 18:40:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/menu.ts | 4 ++++ src/views/device/Instance/detail.vue | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/views/device/Instance/detail.vue 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