From 7c4546cc6f84adf52a4aaa61244635615041c178 Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 06 三月 2024 18:10:51 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_MobileWeb

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

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

--
Gitblit v1.9.3