From 626003e9beb59cf711f59f3b48087300070f121e Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期五, 15 三月 2024 09:49:31 +0800
Subject: [PATCH] 优化

---
 src/assets/GLOBAL2.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/assets/GLOBAL2.vue b/src/assets/GLOBAL2.vue
index 7c4fb01..5041c7e 100644
--- a/src/assets/GLOBAL2.vue
+++ b/src/assets/GLOBAL2.vue
@@ -8,7 +8,9 @@
 const hexin = null;
 const yzxcgh = null;
 const historyLayer = null;
-const rotate = null;
+const historyLW = null;
+const rotate = 90;
+const GPSMarker = null;
 
 export default {
   layers, //鏀堕泦鍣�
@@ -20,6 +22,8 @@
   hexin,
   yzxcgh,
   historyLayer,
-  rotate
+  historyLW,
+  rotate,
+  GPSMarker
 };
 </script>
\ No newline at end of file

--
Gitblit v1.9.3