浏览代码

态势删除打印日志

sunyanqiang 2 年之前
父节点
当前提交
46e4f632d2
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/views/taishi/index.vue

+ 0 - 2
src/views/taishi/index.vue

@@ -1322,7 +1322,6 @@ export default {
     //各单位在位情况
     //各单位在位情况
     gedanweizaiweiqingkaung().then((res) => {
     gedanweizaiweiqingkaung().then((res) => {
       if (res.code == 200) {
       if (res.code == 200) {
-        console.log(res.data);
         this.zwqklist = res.data;
         this.zwqklist = res.data;
 
 
         this.center2();
         this.center2();
@@ -1568,7 +1567,6 @@ export default {
                 normal: {
                 normal: {
                   barBorderRadius: 0,
                   barBorderRadius: 0,
                   color: (params) => {
                   color: (params) => {
-                    console.log(params);
                     if(params.value>80){
                     if(params.value>80){
                       // console.log(params);
                       // console.log(params);
                        return colorList9[params.dataIndex];
                        return colorList9[params.dataIndex];