cqf
2022-05-16 2017a3f9b4504655085c62b2b4e272763524eee5
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;