shj
2022-04-13 e388dcb1c0a9efa3f1522c5adb48b26e86295fd1
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;