feat: npm底部tab

This commit is contained in:
chenjinsong
2021-07-06 09:55:51 +08:00
parent 22f46be258
commit 3fd6d8153f

View File

@@ -323,7 +323,7 @@ export default {
}
})
})
} else if (this.isEchartsWithStatistics) {
} else {
const queryParams = { startTime: parseInt(this.startTime / 1000), endTime: parseInt(this.endTime / 1000) }
get(replaceUrlPlaceholder(chartParams.url, queryParams)).then(response => {
if (response.code === 200) {