修复阿里云oss空指针

This commit is contained in:
huangdeliang
2021-03-18 11:55:44 +08:00
parent f4521ec9dd
commit 84c851d1db
4 changed files with 58 additions and 43 deletions

View File

@ -266,7 +266,7 @@ export default {
},
],
};
console.log(option);
// console.log(option);
this.chart.setOption(option);
},
handleOnViewChange(view) {