月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-08-11 25b0df1f2fa61df634dd38da96cb0e5bed8da78e
src/assets/js/Map/config.js
@@ -1,8 +1,7 @@
//是否为生产环境
const isWeb = false;
const isWeb = true;
//是否为生产环境
const webUrl = isWeb ? "/web" : ""
const webUrl = isWeb ? "/web" : "";
//配置文件地址
const config = {
  mapMoon: webUrl + "/mapscreen/index.html",
@@ -13,13 +12,18 @@
  //SDK许可
  StaticFileBaseUrl: webUrl + "/CIMSDK/",
  //tmsserver
  moonTms: "/TMS",
  moonTms: "http://172.16.2.10:50001/sj_raster/v6/service/10003901/1/tms.xml",
  //Wmtsserver
  moonWmts:
    "http://172.16.2.10:50001/sj_raster/v6/wmts/service/system/10003901/1?ak=mf72ff9295c740ec0f37e61433e8a3ad8d",
    "http://172.16.2.10:50001/sj_raster/v6/wmts/service/system/10000201/3?ak=mf72ff9295c740ec0f37e61433e8a3ad8d&srs=ESRI:104903",
  //地形
  moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10013901/37",
  moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10013901/45",
  BASE_URL: "http://192.168.20.83:8088/MoonServer",
  conditions: [
    ["=", "<>", "like"],
    [">=", ">", " =", "<=", "<", "<>"],
    [">=", ">", " =", "<=", "<", "<>"],
  ],
};
export default config;