优化下载页展示

dependabot/npm_and_yarn/fir_admin/ws-5.2.3
youngS 3 years ago
parent 3c4e5aa6e3
commit 586136729a
  1. 1
      fir_client/src/components/FirDownload.vue
  2. 1
      fir_client/src/components/ShortDownload.vue

@ -606,6 +606,7 @@
} else {
if (data.msg) {
document.title = data.msg;
this.wrong=true;
this.$message({
message: data.msg,
type: 'error',

@ -587,6 +587,7 @@
window.location.href = location.href.replace(location.search, '');
} else {
this.iserror = true;
this.wrong = true;
if (data.code === 1009) {
this.error_msg.head = '温馨提示';
}

Loading…
Cancel
Save