Преглед изворни кода

新增雷达在房间配置的位置

wangming пре 1 месец
родитељ
комит
e422a3eb6d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pagesA/roomSetting/roomSetting.vue

+ 1 - 1
src/pagesA/roomSetting/roomSetting.vue

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