fix: 去除打印

This commit is contained in:
@changcode
2022-01-24 16:19:34 +08:00
parent 1d26a8b21e
commit ca3981131a
4 changed files with 0 additions and 4 deletions

View File

@@ -153,7 +153,6 @@ export default {
get((this.trafficUrlMap), this.getQueryParams()).then(response => {
if (response.code === 200) {
this.chartData = response.data.result
console.log(this.chartData)
}
})
},