const mapViewer = { initMap() { var earthCtrl = new SmartEarth.EarthCtrl("cesiumContainer", { StaticFileBaseUrl: config.StaticFileBaseUrl, }); }, setMapLocaTion(res) { }, } export default mapViewer;