Commit 0e4e597d authored by 徐一鸣's avatar 徐一鸣

一键部署调试

parent 93f7b1a4
...@@ -449,6 +449,7 @@ export default { ...@@ -449,6 +449,7 @@ export default {
values: yaml.load(this.app_set_code), values: yaml.load(this.app_set_code),
}; };
} }
this.next_step();
this.$http this.$http
.post(`/apaas/hubApi/market/build`, temp) .post(`/apaas/hubApi/market/build`, temp)
.then((response) => { .then((response) => {
...@@ -456,7 +457,6 @@ export default { ...@@ -456,7 +457,6 @@ export default {
if (response.data.success === 1) { if (response.data.success === 1) {
// this.$message.success("开始部署成功"); // this.$message.success("开始部署成功");
this.deploy_id = response.data.data.deploy_id; this.deploy_id = response.data.data.deploy_id;
this.next_step();
} }
}) })
.catch(() => { .catch(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment