九山 3 лет назад
Родитель
Сommit
bb367655c4
2 измененных файлов с 1 добавлено и 5 удалено
  1. 0 4
      src/assets/js/index/index.js
  2. 1 1
      src/main.js

+ 0 - 4
src/assets/js/index/index.js

@@ -66,7 +66,6 @@ export default {
           axisLabel: {
             distance: -15, // 标签与刻度线的距离。
             formatter: function (value) {
-              console.log(value)
               return Math.ceil(value);
             }
           },
@@ -113,7 +112,6 @@ export default {
           axisLabel: {
             distance: -15, // 标签与刻度线的距离。
             formatter: function (value) {
-              console.log(value)
               return Math.ceil(value);
             }
           },
@@ -160,7 +158,6 @@ export default {
           axisLabel: {
             distance: -15, // 标签与刻度线的距离。
             formatter: function (value) {
-              console.log(value)
               return Math.ceil(value);
             }
           },
@@ -207,7 +204,6 @@ export default {
           axisLabel: {
             distance: -15, // 标签与刻度线的距离。
             formatter: function (value) {
-              console.log(value)
               return Math.ceil(value);
             }
           },

+ 1 - 1
src/main.js

@@ -17,7 +17,7 @@ import base from "@tools/base"; // 公共方法
 Vue.prototype.BASE = base;
 
 import ECzm from "@tools/echartsToolzm"; // echarts处理 - zm
- Vue.prototype.ECZM = ECzm;
+Vue.prototype.ECZM = ECzm;
  
 import echartsTool from "@tools/echartsTool"; // Echarts 工具类 - ylf
 Vue.prototype.ET = echartsTool;