Commit ec96fdf2 authored by 徐一鸣's avatar 徐一鸣

appCard优化

parent 44a2becf
......@@ -61,7 +61,9 @@ export default {
intoDetail() {
this.$router.push(
`${this.detailsUrl}${
this.cardType == 0 ? this.data.app_id : this.data.deploy_id
this.cardType == 0
? this.data.app_id
: this.data.deploy_id + `?app_id=${this.data.app_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