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