Commit 1e4ec088 authored by 徐一鸣's avatar 徐一鸣

一键部署调试

parent 4def35d3
...@@ -595,7 +595,12 @@ export default { ...@@ -595,7 +595,12 @@ export default {
} }
}, },
finallyAction1() { finallyAction1() {
this.$router.push(`/yygl/0/1/deploydetail/${this.deploy_id}`); this.$router.push({
path: `/yygl/0/1/deploydetail/${this.deploy_id}`,
query: {
showstate: true,
},
});
}, },
finallyAction2() { finallyAction2() {
this.init(); this.init();
......
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