diff --git a/src/views/home.vue b/src/views/home.vue index 8cd418c..1244e96 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -61,7 +61,7 @@ export default { }, mounted() { // 图表初始化 - this.pieInit(); + //this.pieInit(); this.echartsInit(); }, data() {