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