fix: 去除console.log和console.info打印

This commit is contained in:
@changcode
2021-06-21 16:47:37 +08:00
parent ff61414831
commit 0bf5ae0a0d
2 changed files with 2 additions and 2 deletions

View File

@@ -333,7 +333,7 @@ export default {
this.$get('visual/panel/chart/' + data.id).then(res => {
if (res.code === 200) {
const chartData = res.data.data
console.log(typeof chartData.param)
// console.log(typeof chartData.param)
if (typeof chartData.param === 'string') {
chartData.param = JSON.parse(chartData.param)
}