@@ -330,6 +330,7 @@ $-bg-yellow: rgb(255, 253, 241);
background-repeat: no-repeat;
background-position: center;
background-origin: padding-box;
+ z-index: 0;
}
.day-statistics{
@@ -154,6 +154,12 @@ 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 {