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;