月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-11-29 36fbd1e5a40e319e6ac5f43d11c99ba4b66e93a3
public/config/config.js
@@ -3,11 +3,16 @@
//是否为生产环境
const webUrl = location.href.indexOf("/web") > -1 ? "/web" : "";
// var webHost = isWeb ? "103.85.165.99" + ":28888" :  '106.120.22.35' + ":28888";
var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888";
// var webHost = isWeb ? "103.85.165.99" + ":28888" : '100.10.1.169' + ":8088";
// WebSocket 服务地址
var socketUrl = 'ws://' + webHost + '/MoonServer/ws/select';
//配置文件地址
const config = {
  mapMoon: webUrl + "/mapscreen/index.html",
  //坡度分析图层
  esri: 'https://192.168.22.61:6443/arcgis/services/无标题/MapServer/WMSServer?',
  //SDK许可
  StaticFileBaseUrl: webUrl + "/WebSDK/",
@@ -21,4 +26,3 @@
    [">=", ">", " =", "<=", "<", "<>"],
  ],
};