用户U币导出

This commit is contained in:
daihh
2022-10-18 12:23:52 +08:00
parent d0c5053799
commit 8a8ab315ef

View File

@@ -374,7 +374,7 @@
// //let urlPre = window.location.protocol + '//' + window.location.host; // //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_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'); const el = document.createElement('a');
el.style.display = 'none'; el.style.display = 'none';