diff --git a/src/components/app-list/app-card.vue b/src/components/app-list/app-card.vue index 488ebf0ef8d17c194a11f3a9f124f0d9772a647f..4402e332a464554f3ee89d8f57b8155e14b9845a 100644 --- a/src/components/app-list/app-card.vue +++ b/src/components/app-list/app-card.vue @@ -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}` }` ); },