소스 검색

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

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;