Jelajahi Sumber

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

wangming 1 bulan lalu
induk
melakukan
e422a3eb6d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;