This commit is contained in:
parent
2ccc92c4d4
commit
9333f2f083
|
|
@ -133,7 +133,7 @@ export default {
|
||||||
this.flag4 = true;
|
this.flag4 = true;
|
||||||
this.flag5 = true;
|
this.flag5 = true;
|
||||||
this.flag6 = true;
|
this.flag6 = true;
|
||||||
this.sendMessageToCSharp("生产工艺");
|
// this.sendMessageToCSharp("生产工艺");
|
||||||
// this.$router.push(
|
// this.$router.push(
|
||||||
// "/znywjk",
|
// "/znywjk",
|
||||||
// () => {},
|
// () => {},
|
||||||
|
|
@ -147,7 +147,7 @@ export default {
|
||||||
this.flag4 = true;
|
this.flag4 = true;
|
||||||
this.flag5 = true;
|
this.flag5 = true;
|
||||||
this.flag6 = true;
|
this.flag6 = true;
|
||||||
this.sendMessageToCSharp("能源监测");
|
// this.sendMessageToCSharp("能源监测");
|
||||||
this.$router.push(
|
this.$router.push(
|
||||||
"/area",
|
"/area",
|
||||||
() => {},
|
() => {},
|
||||||
|
|
@ -161,7 +161,7 @@ export default {
|
||||||
this.flag4 = true;
|
this.flag4 = true;
|
||||||
this.flag5 = true;
|
this.flag5 = true;
|
||||||
this.flag6 = true;
|
this.flag6 = true;
|
||||||
this.sendMessageToCSharp("负荷管理");
|
// this.sendMessageToCSharp("负荷管理");
|
||||||
this.$router.push(
|
this.$router.push(
|
||||||
"/fhgl",
|
"/fhgl",
|
||||||
() => {},
|
() => {},
|
||||||
|
|
@ -175,7 +175,7 @@ export default {
|
||||||
this.flag4 = false;
|
this.flag4 = false;
|
||||||
this.flag5 = true;
|
this.flag5 = true;
|
||||||
this.flag6 = true;
|
this.flag6 = true;
|
||||||
this.sendMessageToCSharp("能效管理");
|
// this.sendMessageToCSharp("能效管理");
|
||||||
this.$router.push(
|
this.$router.push(
|
||||||
"/nxgl",
|
"/nxgl",
|
||||||
() => {},
|
() => {},
|
||||||
|
|
@ -189,7 +189,7 @@ export default {
|
||||||
this.flag4 = true;
|
this.flag4 = true;
|
||||||
this.flag5 = false;
|
this.flag5 = false;
|
||||||
this.flag6 = true;
|
this.flag6 = true;
|
||||||
this.sendMessageToCSharp("智能运维");
|
// this.sendMessageToCSharp("智能运维");
|
||||||
this.$router.push(
|
this.$router.push(
|
||||||
"/znyw",
|
"/znyw",
|
||||||
() => {},
|
() => {},
|
||||||
|
|
@ -203,7 +203,7 @@ export default {
|
||||||
this.flag4 = true;
|
this.flag4 = true;
|
||||||
this.flag5 = true;
|
this.flag5 = true;
|
||||||
this.flag6 = false;
|
this.flag6 = false;
|
||||||
this.sendMessageToCSharp("碳资产管理");
|
// this.sendMessageToCSharp("碳资产管理");
|
||||||
this.$router.push(
|
this.$router.push(
|
||||||
"/tzcgl",
|
"/tzcgl",
|
||||||
() => {},
|
() => {},
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,12 @@
|
||||||
(dian = true),
|
(dian = true),
|
||||||
(shui = false),
|
(shui = false),
|
||||||
(mei = false),
|
(mei = false),
|
||||||
sendMessageToCSharp('能源监测_电');
|
// sendMessageToCSharp('能源监测_电');
|
||||||
$router.push(
|
$router.push(
|
||||||
'/area/nyjcd',
|
'/area/nyjcd',
|
||||||
() => {},
|
() => {},
|
||||||
() => {}
|
() => {}
|
||||||
);
|
)
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<img src="../../assets/nyjc/电.png" alt="" v-show="dian" />
|
<img src="../../assets/nyjc/电.png" alt="" v-show="dian" />
|
||||||
|
|
@ -26,12 +26,12 @@
|
||||||
(dian = false),
|
(dian = false),
|
||||||
(shui = true),
|
(shui = true),
|
||||||
(mei = false),
|
(mei = false),
|
||||||
sendMessageToCSharp('能源监测_水');
|
// sendMessageToCSharp('能源监测_水');
|
||||||
$router.push(
|
$router.push(
|
||||||
'/area/nyjcs',
|
'/area/nyjcs',
|
||||||
() => {},
|
() => {},
|
||||||
() => {}
|
() => {}
|
||||||
);
|
)
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<img src="../../assets/nyjc/水.png" alt="" v-show="shui" />
|
<img src="../../assets/nyjc/水.png" alt="" v-show="shui" />
|
||||||
|
|
@ -43,12 +43,12 @@
|
||||||
(dian = false),
|
(dian = false),
|
||||||
(shui = false),
|
(shui = false),
|
||||||
(mei = true),
|
(mei = true),
|
||||||
sendMessageToCSharp('能源监测_煤');
|
// sendMessageToCSharp('能源监测_煤');
|
||||||
$router.push(
|
$router.push(
|
||||||
'/area/nyjcm',
|
'/area/nyjcm',
|
||||||
() => {},
|
() => {},
|
||||||
() => {}
|
() => {}
|
||||||
);
|
)
|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<img src="../../assets/nyjc/煤.png" alt="" v-show="mei" />
|
<img src="../../assets/nyjc/煤.png" alt="" v-show="mei" />
|
||||||
|
|
|
||||||
|
|
@ -345,7 +345,7 @@ export default {
|
||||||
goOne(a) {
|
goOne(a) {
|
||||||
this.click2 = "";
|
this.click2 = "";
|
||||||
this.click1 = a;
|
this.click1 = a;
|
||||||
this.sendMessageToCSharp(this.click1);
|
// this.sendMessageToCSharp(this.click1);
|
||||||
if (this.click1 == "配电室") {
|
if (this.click1 == "配电室") {
|
||||||
this.$router.replace(
|
this.$router.replace(
|
||||||
"/area/nyjcd/pds",
|
"/area/nyjcd/pds",
|
||||||
|
|
@ -363,7 +363,7 @@ export default {
|
||||||
goTwo(a) {
|
goTwo(a) {
|
||||||
this.click1 = "";
|
this.click1 = "";
|
||||||
this.click2 = a;
|
this.click2 = a;
|
||||||
this.sendMessageToCSharp(this.click2);
|
// this.sendMessageToCSharp(this.click2);
|
||||||
this.$router.replace(
|
this.$router.replace(
|
||||||
`/area/nyjcd/scx1?type=${this.click2}`,
|
`/area/nyjcd/scx1?type=${this.click2}`,
|
||||||
() => {},
|
() => {},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue