Browse Source

处理文件下载问题

t_finder 1 month ago
parent
commit
98ade6c593
1 changed files with 0 additions and 6 deletions
  1. 0 6
      pages/activity/invite-user/invite-passive-user.vue

+ 0 - 6
pages/activity/invite-user/invite-passive-user.vue

@@ -154,12 +154,6 @@ export default {
     this.form.invitationUserName = this.$route.query.invitationUserName;
     this.form.activityId = this.$route.query.activityId;
     this.merchantSign = this.$route.query.merchantSign;
-    this.$axios.$post('http://14.18.190.138:18120/document/newFile/download/0/13d0arghebcc4cm49cf04?fileKey=breakUpload_56826819070604008055', {},{
-      responseType: 'blob'
-    }).then((res)=>{
-      console.log('下载返回数据')
-      console.log(res)
-    });
   },
   data() {
     return {