feat:对接虚拟机实例接口

This commit is contained in:
2025-08-14 11:31:13 +08:00
parent d636050aac
commit 67ce6f66ac
9 changed files with 4941 additions and 105 deletions
+10
View File
@@ -192,6 +192,16 @@ const routes = [
title: '服务器详情',
hidden: true
}
},
// 虚拟机详情页面路由
{
path: 'servers/vm',
name: 'VmDetail',
component: () => import('../views/acs/nodes/VmDetail.vue'),
meta: {
title: '虚拟机详情',
hidden: true
}
}
]
},