|
@@ -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, '用户行为记录')
|
|
|
// 导出以往当前数据
|
|
|
}
|
|
|
},
|