diff --git a/src/views/Index.vue b/src/views/Index.vue index 1c3f7dc..534bf13 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -133,7 +133,7 @@ export default { this.flag4 = true; this.flag5 = true; this.flag6 = true; - this.sendMessageToCSharp("生产工艺"); + // this.sendMessageToCSharp("生产工艺"); // this.$router.push( // "/znywjk", // () => {}, @@ -147,7 +147,7 @@ export default { this.flag4 = true; this.flag5 = true; this.flag6 = true; - this.sendMessageToCSharp("能源监测"); + // this.sendMessageToCSharp("能源监测"); this.$router.push( "/area", () => {}, @@ -161,7 +161,7 @@ export default { this.flag4 = true; this.flag5 = true; this.flag6 = true; - this.sendMessageToCSharp("负荷管理"); + // this.sendMessageToCSharp("负荷管理"); this.$router.push( "/fhgl", () => {}, @@ -175,7 +175,7 @@ export default { this.flag4 = false; this.flag5 = true; this.flag6 = true; - this.sendMessageToCSharp("能效管理"); + // this.sendMessageToCSharp("能效管理"); this.$router.push( "/nxgl", () => {}, @@ -189,7 +189,7 @@ export default { this.flag4 = true; this.flag5 = false; this.flag6 = true; - this.sendMessageToCSharp("智能运维"); + // this.sendMessageToCSharp("智能运维"); this.$router.push( "/znyw", () => {}, @@ -203,7 +203,7 @@ export default { this.flag4 = true; this.flag5 = true; this.flag6 = false; - this.sendMessageToCSharp("碳资产管理"); + // this.sendMessageToCSharp("碳资产管理"); this.$router.push( "/tzcgl", () => {}, diff --git a/src/views/lll/AREA.vue b/src/views/lll/AREA.vue index 6201aa0..3bfde7e 100644 --- a/src/views/lll/AREA.vue +++ b/src/views/lll/AREA.vue @@ -9,12 +9,12 @@ (dian = true), (shui = false), (mei = false), - sendMessageToCSharp('能源监测_电'); - $router.push( - '/area/nyjcd', - () => {}, - () => {} - ); + // sendMessageToCSharp('能源监测_电'); + $router.push( + '/area/nyjcd', + () => {}, + () => {} + ) " /> @@ -26,12 +26,12 @@ (dian = false), (shui = true), (mei = false), - sendMessageToCSharp('能源监测_水'); - $router.push( - '/area/nyjcs', - () => {}, - () => {} - ); + // sendMessageToCSharp('能源监测_水'); + $router.push( + '/area/nyjcs', + () => {}, + () => {} + ) " /> @@ -43,12 +43,12 @@ (dian = false), (shui = false), (mei = true), - sendMessageToCSharp('能源监测_煤'); - $router.push( - '/area/nyjcm', - () => {}, - () => {} - ); + // sendMessageToCSharp('能源监测_煤'); + $router.push( + '/area/nyjcm', + () => {}, + () => {} + ) " /> diff --git a/src/views/lll/NYJCD.vue b/src/views/lll/NYJCD.vue index cd44b8d..fca6992 100644 --- a/src/views/lll/NYJCD.vue +++ b/src/views/lll/NYJCD.vue @@ -345,7 +345,7 @@ export default { goOne(a) { this.click2 = ""; this.click1 = a; - this.sendMessageToCSharp(this.click1); + // this.sendMessageToCSharp(this.click1); if (this.click1 == "配电室") { this.$router.replace( "/area/nyjcd/pds", @@ -363,7 +363,7 @@ export default { goTwo(a) { this.click1 = ""; this.click2 = a; - this.sendMessageToCSharp(this.click2); + // this.sendMessageToCSharp(this.click2); this.$router.replace( `/area/nyjcd/scx1?type=${this.click2}`, () => {},