Commit 89b86429 by liuwange1

调整位置

parent 3a579d7d
......@@ -137,7 +137,7 @@ export default {
],
activeIndex: 0,
pageY: 0,
top: "720px",
top: "690px",
startPageY: "",
endPageY: "",
showPop: false,
......@@ -209,7 +209,7 @@ export default {
// this.top = 620 + "px";
this.moveToS(pageY, 620);
} else if (pageY > 690) {
this.moveToS(pageY, 720);
this.moveToS(pageY, 690);
} else if (pageY < 540) {
this.moveToS(pageY, 220);
}
......@@ -230,7 +230,8 @@ export default {
}, 20);
},
goup() {
if (this.startPageY < 760 && this.startPageY > 730) {
console.log(this.startPageY);
if (this.startPageY < 720 && this.startPageY > 690) {
this.moveToS(695, 220);
}
},
......
......@@ -72,6 +72,12 @@ export default {
});
},
},
beforeDestroy() {
this.$axios.post("/osc/sendInt", {
arg: false,
name: "/DT_TC_OPEN",
});
},
};
</script>
......
......@@ -153,6 +153,12 @@ export default {
this.activeIndex2 = 0;
},
},
beforeDestroy() {
this.$axios.post("/osc/sendInt", {
arg: false,
name: "/JGDB",
});
},
};
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment