From e733164e1c779b3aef7245936b9daf7875bf791e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Dec 2023 17:12:33 +0800
Subject: [PATCH] 解决屏幕缩放导致鼠标位置不准确的问题,右侧,切换校区后的显示BUG

---
 src/store/modules/mobilePosition.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/store/modules/mobilePosition.js b/src/store/modules/mobilePosition.js
index acd5552..7bcd6a3 100644
--- a/src/store/modules/mobilePosition.js
+++ b/src/store/modules/mobilePosition.js
@@ -34,11 +34,11 @@
     yMax: 0.000004509195932360471,
 
     x: (x, y) => {
-      return -789.1274 + 6.0609 * x + 6.9479 * y;
+      return -802.9905 + 6.1504 * x + 7.0694 * y;
     },
 
     x: (x, y) => {
-      return 298.9294 - 3.5295 * x + 3.8211 * y;
+      return 295.4321 - 3.4878 * x + 3.775 * y;
     },
   },
 ];

--
Gitblit v1.9.3