diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index 6078fe8..39cb90a 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -612,7 +612,7 @@ } } else if (data.code === 1002) { window.location.href = location.href.replace(location.search, ''); - }else if (data.code === 302 && data.data) { + } else if (data.code === 302 && data.data) { window.location.href = data.data; } else { if (data.msg) { diff --git a/fir_client/src/components/ShortDownload.vue b/fir_client/src/components/ShortDownload.vue index beb43b2..b609509 100644 --- a/fir_client/src/components/ShortDownload.vue +++ b/fir_client/src/components/ShortDownload.vue @@ -597,7 +597,7 @@ } } else if (data.code === 1002) { window.location.href = location.href.replace(location.search, ''); - }else if (data.code === 302 && data.data) { + } else if (data.code === 302 && data.data) { window.location.href = data.data; } else { this.iserror = true; diff --git a/fir_client/src/components/user/FirSuperSignBase.vue b/fir_client/src/components/user/FirSuperSignBase.vue index 9d0578f..8456e20 100644 --- a/fir_client/src/components/user/FirSuperSignBase.vue +++ b/fir_client/src/components/user/FirSuperSignBase.vue @@ -126,6 +126,7 @@