From ec96fdf2a556492c0a883dcd95aedc6d5548bb8b Mon Sep 17 00:00:00 2001 From: xuyiming Date: Thu, 9 Jul 2020 17:59:51 +0800 Subject: [PATCH] =?UTF-8?q?appCard=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app-list/app-card.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/app-list/app-card.vue b/src/components/app-list/app-card.vue index 488ebf0..4402e33 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}` }` ); }, -- 2.26.0