Compare commits

..

No commits in common. "f49468c1c453e287f5197cc1a4f161fafb1fb6cb" and "a8e6bbde62ceebc30d0cc4783ad2636b51f49376" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -381,7 +381,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",

View File

@ -1885,8 +1885,7 @@ export default {
height: 100%;
box-sizing: border-box;
background-color: transparent;
background-image: url(../../../assets/img/左遮罩.png),
url(../../../assets/img/右遮罩.png);
background-image: url(../../../assets/img/左遮罩.png), url(../../../assets/img/右遮罩.png);
margin-top: -800px;
display: flex;
justify-content: space-between;