|
@@ -682,7 +682,7 @@ export default {
|
|
this.xOffset =
|
|
this.xOffset =
|
|
(this.devInfo.xxStart + this.devInfo.xxEnd) * 50;
|
|
(this.devInfo.xxStart + this.devInfo.xxEnd) * 50;
|
|
this.yOffset =
|
|
this.yOffset =
|
|
- -(this.devInfo.yyStart + this.devInfo.yyStart) * 50;
|
|
|
|
|
|
+ -(this.devInfo.yyStart + this.devInfo.yyEnd) * 50;
|
|
this.statusLight = this.devInfo.statusLight;
|
|
this.statusLight = this.devInfo.statusLight;
|
|
this.xxStart = this.devInfo.xxStart;
|
|
this.xxStart = this.devInfo.xxStart;
|
|
this.xxEnd = this.devInfo.xxEnd;
|
|
this.xxEnd = this.devInfo.xxEnd;
|