heyujie
2022-04-11 fc6b4662f448edb6ef686466226aad21afaaf464
src/api/clusterManage.ts
@@ -127,4 +127,12 @@
    method: "post",
    data
  })
}
//获取集群列表
export const getClusterDevList  = () => {
  return request({
    url: "/saas/api-s/area/getClusterDevList",
    method: "get",
  })
}