feat:添加服务器新建容器
This commit is contained in:
@@ -53,7 +53,14 @@ export const selectServerPlan = data => {
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
/**新增容器 */
|
||||
export const addContainer = data => {
|
||||
return http2.post("/v1/admin/container/add_container", data, {
|
||||
headers: {
|
||||
"Content-Type": "multipart/form-data"
|
||||
}
|
||||
});
|
||||
};
|
||||
/**删除容器网络 */
|
||||
export const deleteContainerNetwork = data => {
|
||||
return http2.post("/v1/user/container/delete_connect", data, {
|
||||
|
||||
Reference in New Issue
Block a user