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({