fix
songhuangfeng123
2022-04-07 46129e27c760b767b43c258423a3b07ad724f38d
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;