下拉端口列表调通.

This commit is contained in:
aoshiguchen
2022-09-01 22:24:49 +08:00
parent 4d24f09d28
commit a89dd39ebc
3 changed files with 16 additions and 3 deletions
+7
View File
@@ -8,6 +8,13 @@ export function fetchList(query) {
})
}
export function portPoolList() {
return request({
url: '/port-pool/list',
method: 'get'
})
}
export function updateEnableStatus(id, enable) {
return request({
url: '/port-pool/update/enable-status',