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>