feat:添加服务器新建容器
Build and Deploy Vue3 / build (push) Successful in 1m10s
Build and Deploy Vue3 / deploy (push) Successful in 5m4s

This commit is contained in:
2025-10-02 13:59:08 +08:00
parent afc6720f0d
commit 16783b8026
3 changed files with 618 additions and 14 deletions
+8 -1
View File
@@ -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, {