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 | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/assets/GLOBAL2.vue b/src/assets/GLOBAL2.vue index 7c4fb01..3053acc 100644 --- a/src/assets/GLOBAL2.vue +++ b/src/assets/GLOBAL2.vue @@ -8,7 +8,8 @@ const hexin = null; const yzxcgh = null; const historyLayer = null; -const rotate = null; +const rotate = 90; +const GPSMarker = null; export default { layers, //鏀堕泦鍣� @@ -20,6 +21,7 @@ hexin, yzxcgh, historyLayer, - rotate + rotate, + GPSMarker }; </script> \ No newline at end of file -- Gitblit v1.9.3