Commit 4cf91ece authored by 徐一鸣's avatar 徐一鸣

应用管理调试

parent 383364ef
...@@ -59,7 +59,11 @@ export default { ...@@ -59,7 +59,11 @@ export default {
this.$emit("delete-action", this.data); this.$emit("delete-action", this.data);
}, },
intoDetail() { intoDetail() {
this.$router.push(`${this.detailsUrl}${this.data.app_id}`); this.$router.push(
`${this.detailsUrl}${
this.cardType == 0 ? this.data.app_id : this.data.deploy_id
}`
);
}, },
}, },
}; };
......
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