From e2eaa14da5f3a0cf5424f5ce8fca41d3282559f3 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 16 Nov 2020 15:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_client/src/components/FirDownload.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index defad5d..9a06af3 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -336,9 +336,9 @@ } getShortAppinfo(data => { if (data.code === 1000) { - // if (!this.auto_redircet_url(data.domain_name)) { - // return; - // } + if (!this.auto_redircet_url(data.domain_name)) { + return; + } this.udid = data.udid; if (!data.data.master_release.release_id) { this.$message({