Browse Source

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

wangming 1 month ago
parent
commit
e422a3eb6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pagesA/roomSetting/roomSetting.vue

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

@@ -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;