| | |
| | | let out = {}
|
| | | const params = {
|
| | | userId: this.userId,
|
| | | // strTime: this.chart.date?.[0],
|
| | | // endTime: this.chart.date?.[1],
|
| | | strTime: '2023-06-01',
|
| | | endTime: '2023-06-31',
|
| | | strTime: this.chart.date?.[0],
|
| | | endTime: this.chart.date?.[1],
|
| | | }
|
| | | const {data, statusMsg} = await this.$http.getOnlineTime(params)
|
| | | if (statusMsg === 'ok') {
|
| | |
| | | }
|
| | | const params = {
|
| | | userId: this.userId,
|
| | | // strTime: this.chart.date?.[0],
|
| | | // endTime: this.chart.date?.[1],
|
| | | strTime: '2023-06-01',
|
| | | endTime: '2023-06-31',
|
| | | strTime: this.chart.date?.[0],
|
| | | endTime: this.chart.date?.[1],
|
| | | }
|
| | | const {data, statusMsg} = await this.$http.getTrackLists(params)
|
| | | if (statusMsg === 'ok') {
|