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