This commit is contained in:
parent
3b4b25358f
commit
b062c37382
|
|
@ -381,7 +381,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",
|
||||||
|
|
|
||||||
|
|
@ -1575,7 +1575,8 @@ export default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: transparent;
|
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;
|
margin-top: -800px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue