服务器管理

1、服务器管理详情添加虚拟网卡的弹窗信息展示
2、服务器管理列表中选择业务IP功能添加虚拟网卡的信息展示
3、收益带宽值类型去掉包端带宽值标签
This commit is contained in:
康冉冉
2025-12-15 19:49:24 +08:00
parent 357b34fd1b
commit 8e3170e290
5 changed files with 121 additions and 20 deletions
+8
View File
@@ -119,6 +119,14 @@ export function postInterFaceName(data) {
data: data
})
}
// 服务器网卡信息查询
export function virNetInterfaceChild(data) {
return request({
url: '/rocketmq/networkInterfaceChild/list',
method: 'post',
data: data
})
}
/** ----------------资源分组------------ */
// 查询列表