feat:对接虚拟机实例接口
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user