From 1adfbb6d0382a02a31d2ac1fc94ddbaebe6196ca Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期三, 12 七月 2023 17:17:02 +0800 Subject: [PATCH] 1 --- src/assets/js/Map/config.js | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/assets/js/Map/config.js b/src/assets/js/Map/config.js index 380c449..31d4a8f 100644 --- a/src/assets/js/Map/config.js +++ b/src/assets/js/Map/config.js @@ -1,8 +1,7 @@ - //鏄惁涓虹敓浜х幆澧� -const isWeb = true; +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/37", conditions: [ - ['=', '<>', 'like'], - ['>=', '>', ' =', '<=', '<', '<>'], - ['>=', '>', ' =', '<=', '<', '<>'], - ] + ["=", "<>", "like"], + [">=", ">", " =", "<=", "<", "<>"], + [">=", ">", " =", "<=", "<", "<>"], + ], }; export default config; -- Gitblit v1.9.3