lct123456
2022-04-21 dfc35ece9ae09ad910538f0b181275e0e6c8a00c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * 公共变量定义
 */
export const Cesium = window.Cesium;
export const wutu3d = window.wutu3d;
export const $ = window.$ || window.jQuey;
export const echarts = window.echarts;
export const turf = window.turf;
export const Animate = window.anime;
 
// 全局变量定义
export const global = {
    map: null,
};
 
window.global = global;