| | |
| | | |
| | | //是否为生产环境 |
| | | const isWeb = false; |
| | | const isWeb = true; |
| | | //是否为生产环境 |
| | | const webUrl = isWeb ? "/web" : "" |
| | | const webUrl = isWeb ? "/web" : ""; |
| | | //配置文件地址 |
| | | const config = { |
| | | mapMoon: webUrl + "/mapscreen/index.html", |
| | |
| | | moonTerrain: "http://172.16.2.10:50001/sj_raster/v6/terrain_mesh/10013901/45", |
| | | |
| | | conditions: [ |
| | | ['=', '<>', 'like'], |
| | | ['>=', '>', ' =', '<=', '<', '<>'], |
| | | ['>=', '>', ' =', '<=', '<', '<>'], |
| | | ] |
| | | ["=", "<>", "like"], |
| | | [">=", ">", " =", "<=", "<", "<>"], |
| | | [">=", ">", " =", "<=", "<", "<>"], |
| | | ], |
| | | }; |
| | | export default config; |