Browse Source

补充修改--删除没用的log语句

baiyanting 1 year ago
parent
commit
fb7fe11a8e

+ 0 - 31
src/App.vue

@@ -190,34 +190,6 @@ export default {
       "class",
       "class",
       themeName === "dark" || themeName === "light" ? themeName : "dark"
       themeName === "dark" || themeName === "light" ? themeName : "dark"
     );
     );
-    console.log("离开标记", this.socketLeaveFlag);
-    // that.$nextTick(() => {
-    //   that.API.requestData({
-    //     isMust: false, // 请求是否携带 token ,默认为 true ,可缺省
-    //     method: "POST", // 请求方式,默认为 GET ,可缺省
-    //     subUrl: "admin/loginvue", // 请求接口地址,必传项
-    //     data: {
-    //       username: "admin",
-    //       password: "admin",
-    //     },
-    //     success(res) {
-    //       localStorage.setItem("authToken", res.data.authToken);
-    //       localStorage.setItem("username", res.data.user.laborName);
-
-    //       that.API.requestData({
-    //         method: "POST", // 请求方式,默认为 GET ,可缺省
-    //         subUrl: "admin/usermenu", // 请求接口地址,必传项
-    //         success() {
-    //           // that.BASE.showMsg({
-    //           //   msg: "登陆成功",
-    //           //   type: "success",
-    //           // });
-    //           // that.$router.push('/'); // 跳转到首页
-    //         },
-    //       });
-    //     },
-    //   });
-    // });
   },
   },
   mounted() {
   mounted() {
     let that = this;
     let that = this;
@@ -290,7 +262,6 @@ export default {
     createWebSocket() {
     createWebSocket() {
       //   let webSocketLink = `ws://192.168.1.102:6014/websocketBt/${this.$store.state.user.userId}_${this.$store.state.user.authToken}`;
       //   let webSocketLink = `ws://192.168.1.102:6014/websocketBt/${this.$store.state.user.userId}_${this.$store.state.user.authToken}`;
       let webSocketLink = `ws://10.81.3.154:6014/websocketBt/${this.$store.state.user.userId}_${this.$store.state.user.authToken}`; // webSocket地址
       let webSocketLink = `ws://10.81.3.154:6014/websocketBt/${this.$store.state.user.userId}_${this.$store.state.user.authToken}`; // webSocket地址
-      // console.log(webSocketLink);
       try {
       try {
         if ("WebSocket" in window) {
         if ("WebSocket" in window) {
           this.socketObj = new WebSocket(webSocketLink);
           this.socketObj = new WebSocket(webSocketLink);
@@ -364,8 +335,6 @@ export default {
     },
     },
     // 接收到消息的回调
     // 接收到消息的回调
     getMessageCallback: function (msg) {
     getMessageCallback: function (msg) {
-      // console.log(msg);
-      console.log(msg);
       if (Object.keys(msg) && msg.data == "ok") {
       if (Object.keys(msg) && msg.data == "ok") {
         // 心跳回复——心跳检测重置
         // 心跳回复——心跳检测重置
         // 收到心跳检测回复就说明连接正常
         // 收到心跳检测回复就说明连接正常

+ 1 - 1
src/components/qushi/qushiDialog.vue

@@ -766,7 +766,7 @@ export default {
       });
       });
     },
     },
     sortFun(a, b) {
     sortFun(a, b) {
-      console.log(a, b, Number.parseInt(a - b));
+    //   console.log(a, b, Number.parseInt(a - b));
       return parseInt(a) - parseInt(b);
       return parseInt(a) - parseInt(b);
     },
     },
     // 点击查询按钮查询对比曲线
     // 点击查询按钮查询对比曲线

+ 1 - 2
src/views/Home/components/windChartCom.vue

@@ -77,7 +77,6 @@ export default {
           backgroundColor: "rgba(5, 187, 76,0.35)",
           backgroundColor: "rgba(5, 187, 76,0.35)",
           borderColor: "#05bb4c",
           borderColor: "#05bb4c",
           formatter: function (params) {
           formatter: function (params) {
-            console.log(params);
             var htmlStr = `<div style='margin-bottom:5px'>${params[0].axisValue}</div>`;
             var htmlStr = `<div style='margin-bottom:5px'>${params[0].axisValue}</div>`;
             for (var i = 0; i < params.length; i++) {
             for (var i = 0; i < params.length; i++) {
               htmlStr += `<div style='margin-bottom:2px'>`;
               htmlStr += `<div style='margin-bottom:2px'>`;
@@ -94,7 +93,7 @@ export default {
               }`; //圆点后面显示的文本
               }`; //圆点后面显示的文本
               htmlStr += "</div>";
               htmlStr += "</div>";
             }
             }
-            console.log(htmlStr);
+
             return htmlStr;
             return htmlStr;
           },
           },
         },
         },

+ 0 - 1
src/views/economicsOperation/analyse/monthlyAnalysis/reportDialog.vue

@@ -551,7 +551,6 @@ export default {
 
 
       let xAxis = res.ws.map((i) => dayjs(i.recorddate).format("YYYY-MM-DD"));
       let xAxis = res.ws.map((i) => dayjs(i.recorddate).format("YYYY-MM-DD"));
 
 
-      console.log(xAxis, arrwsdata);
       this.getFiveBarEchart(xAxis, arrwslegend, arrwsdata);
       this.getFiveBarEchart(xAxis, arrwslegend, arrwsdata);
     },
     },
     getFiveBarEchart(xAxis, lenged, series) {
     getFiveBarEchart(xAxis, lenged, series) {

+ 0 - 47
src/views/economicsOperation/analyse/standAloneAnalyse/windDetailDialog.vue

@@ -1455,7 +1455,6 @@ export default {
           });
           });
           windResourcesData.data.push([datas.data.data[0].data1, 0]);
           windResourcesData.data.push([datas.data.data[0].data1, 0]);
         }
         }
-        console.log(windResourcesData);
         that.windResourcesData = windResourcesData;
         that.windResourcesData = windResourcesData;
       }
       }
     },
     },
@@ -1525,7 +1524,6 @@ export default {
             });
             });
           });
           });
         }
         }
-        console.log(mgtData);
         this[dataKey] = mgtData;
         this[dataKey] = mgtData;
       }
       }
     },
     },
@@ -1606,18 +1604,6 @@ export default {
           lengedSer = [];
           lengedSer = [];
           series = [];
           series = [];
         }
         }
-        // let lineObj = {
-        // 	type: 'line',
-        // 	coordinateSystem: 'polar',
-        // 	tooltip: {
-        // 		trigger: 'item'
-        // 	},
-        // 	name: '对风频次',
-        // 	data: linSer
-        // }
-        // series.push(lineObj)
-
-        console.log(lengedSer, series);
         this[strLen] = lengedSer;
         this[strLen] = lengedSer;
         this[dataKey] = series;
         this[dataKey] = series;
       }
       }
@@ -1689,40 +1675,7 @@ export default {
 
 
         datas.data.forEach((ele, idx) => {
         datas.data.forEach((ele, idx) => {
           series.push({ name: ele.name, value: ele.value2 });
           series.push({ name: ele.name, value: ele.value2 });
-          //   let obj = {
-          //     name: ele.value1,
-          //     itemStyle: {
-          //       color: color4[idx],
-          //     },
-          //     children: [
-          //       {
-          //         name: ele.value2 + "%",
-          //         value: 1,
-          //         itemStyle: {
-          //           color: color4[idx],
-          //         },
-          //         children: [
-          //           {
-          //             name: ele.name,
-          //             value: 1,
-          //             label: {
-          //               color: "#A0A0A0",
-          //             },
-          //             labelLine: {
-          //               itemStyle: {
-          //                 width: 1,
-          //                 type: "dashed",
-          //                 color: color4[idx],
-          //               },
-          //             },
-          //           },
-          //         ],
-          //       },
-          //     ],
-          //   };
-          //   series.push(obj);
         });
         });
-        // console.log(series, dataKey);
         that[dataKey] = series;
         that[dataKey] = series;
       }
       }
     },
     },

+ 1 - 2
src/views/layout/Header.vue

@@ -202,7 +202,6 @@ export default {
     click(index, data) {
     click(index, data) {
       if (data.id === "zhbj") {
       if (data.id === "zhbj") {
         let jiami = encrypt(getCookie("jiami")).replace(/\+/g, " ");
         let jiami = encrypt(getCookie("jiami")).replace(/\+/g, " ");
-        console.log(jiami);
 
 
         // let url = `http://192.168.1.117:3002/#/check?username=${getCookie(
         // let url = `http://192.168.1.117:3002/#/check?username=${getCookie(
         //   "username"
         //   "username"
@@ -253,7 +252,7 @@ export default {
     // 跳转到管理系统
     // 跳转到管理系统
     goToAdmin() {
     goToAdmin() {
       let jiami = encrypt(getCookie("jiami")).replace(/\+/g, " ");
       let jiami = encrypt(getCookie("jiami")).replace(/\+/g, " ");
-      console.log(jiami);
+     
       // let url = `http://192.168.1.104:80/#/check?username=${getCookie(
       // let url = `http://192.168.1.104:80/#/check?username=${getCookie(
       let url = `http://10.81.3.127:8083/#/check?username=${getCookie(
       let url = `http://10.81.3.127:8083/#/check?username=${getCookie(
         "username"
         "username"

+ 1 - 1
src/views/stateMonitor/DetailMatrix/index.vue

@@ -666,7 +666,7 @@ export default {
   // 函数
   // 函数
   methods: {
   methods: {
     handleMouse() {
     handleMouse() {
-      console.log(111111);
+
     },
     },
     deepClone,
     deepClone,
     findUpColor,
     findUpColor,

+ 0 - 1
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMatrix/index.vue

@@ -854,7 +854,6 @@ export default {
         this.stsee[index].xlLists[indexes].sbLists[indexe]
         this.stsee[index].xlLists[indexes].sbLists[indexe]
       );
       );
       let y = this.deepClone(this.ssPv);
       let y = this.deepClone(this.ssPv);
-      console.log(s, "10");
       y?.forEach((val) => {
       y?.forEach((val) => {
         for (let key in val) {
         for (let key in val) {
           for (let k in s) {
           for (let k in s) {

+ 1 - 1
src/views/stateMonitor/factoryMonitor/photovoltaic/lightMatrixMonitor/index.vue

@@ -1073,7 +1073,7 @@ export default {
         this.stsee[index].xlLists[indexes].sbLists[indexe]
         this.stsee[index].xlLists[indexes].sbLists[indexe]
       );
       );
       let y = this.deepClone(this.ssPv);
       let y = this.deepClone(this.ssPv);
-      console.log(s, "10");
+   
       y?.forEach((val) => {
       y?.forEach((val) => {
         for (let key in val) {
         for (let key in val) {
           for (let k in s) {
           for (let k in s) {

+ 0 - 1
src/views/stateMonitor/focus/syzDetails.vue

@@ -439,7 +439,6 @@ export default {
   },
   },
   created() {
   created() {
     this.loading = true;
     this.loading = true;
-    // this.getStation();   // console.log("离开标记", this.socketLeaveFlag);
   },
   },
 
 
   computed: {
   computed: {