zhengjinyi 2 vuotta sitten
vanhempi
commit
33973ef19f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/user/record/list.vue

+ 2 - 2
src/views/user/record/list.vue

@@ -451,10 +451,10 @@ export default {
       if (this.tabsCurrent === 0) {
         // 导出今日数据
         const url = process.env.VUE_APP_BASE_API + '/user/behavior/exportToday?todayType=0'
-        downloadWithUrl(url, '用户行为记录今日数据')
+        downloadWithUrl(url, '用户行为记录')
       } else {
         const url = process.env.VUE_APP_BASE_API + '/user/behavior/exportToday?todayType=1'
-        downloadWithUrl(url, '用户行为记录以往数据')
+        downloadWithUrl(url, '用户行为记录')
         // 导出以往当前数据
       }
     },