diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index 9f20b4b6..e3a9af00 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -374,7 +374,7 @@ // //let urlPre = window.location.protocol + '//' + window.location.host; // downUrl=process.env.VUE_APP_CESOURCE_BASE_API+'/xboe/m/stat/usercoinrecord/export?aid=' + this.userInfo.aid; // } - downUrl=process.env.VUE_APP_STAT_BASE_API+'/xboe/m/stat/usercoinrecord/export?aid=' + this.userInfo.aid; + downUrl=process.env.VUE_APP_STAT_BASE_API+'/xboe/m/stat/usercoinrecord/export'; const el = document.createElement('a'); el.style.display = 'none';