月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-05 8b8f88d7d8d713a1355d9849f467e3a2dc0c22fe
src/assets/js/Map/index.js
@@ -1,5 +1,5 @@
//配置文件地址
import config from "./config";
import config from "../../../../public/config/config";
//服务加载配置文件
import server from "./server";
@@ -44,6 +44,9 @@
    //=======================
    //大气层
    Viewer.scene.globe.showGroundAtmosphere = false;
    window.setLayer();
    sgworld.Navigate.Stop(); //取消飞行状态
    sgworld.Navigate.setPosition(-1093596.38, 5729026.12, 4136590.41);
  },
  //鼠标左键点击事件添加
  addMouseLeftClickEvents() {