songhuangfeng123
2022-03-29 9bd50781e2c06505591500afb99f54ce37fdbe34
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;