月球大数据地理空间分析展示平台-【前端】-月球2期前端
1
WX
2023-07-13 95db84d44298bf695b843d7555d671a41595c814
src/assets/js/Map/config.js
@@ -1,8 +1,7 @@
//是否为生产环境
const isWeb = false;
//是否为生产环境
const webUrl = isWeb ? "/web" : ""
const webUrl = isWeb ? "/web" : "";
//配置文件地址
const config = {
  mapMoon: webUrl + "/mapscreen/index.html",
@@ -22,9 +21,9 @@
  moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10013901/45",
  conditions: [
    ['=', '<>', 'like'],
    ['>=', '>', ' =', '<=', '<', '<>'],
    ['>=', '>', ' =', '<=', '<', '<>'],
  ]
    ["=", "<>", "like"],
    [">=", ">", " =", "<=", "<", "<>"],
    [">=", ">", " =", "<=", "<", "<>"],
  ],
};
export default config;