From 8a8ab315ef5c5fea450f2c05c6cdffaf23c872fe Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 18 Oct 2022 12:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7U=E5=B8=81=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ucurrency/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';