| | |
| | | const BASE_URL = "http://192.168.20.83:8088/MoonServer/"; //后端接口地址 |
| | | // const BASE_URL = "http://192.168.20.106:9000/MoonServer/"; //后端接口地址 |
| | | //是否为生产环境 |
| | | var isWeb = location.hostname.indexOf("103.85.165.") > -1; |
| | | //是否为生产环境 |
| | | const webUrl = location.href.indexOf("/web") > -1 ? "/web" : ""; |
| | | |
| | | // var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.106' + ":9000"; |
| | | var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888"; |
| | | // var webHost = isWeb ? "103.85.165.99" + ":28888" : '100.10.1.169' + ":8088"; |
| | | // WebSocket 服务地址 |
| | | var socketUrl = 'ws://' + webHost + '/MoonServer/ws/select'; |
| | | //配置文件地址 |
| | | const config = { |
| | | mapMoon: webUrl + "/mapscreen/index.html", |
| | | |
| | | //SDK许可 |
| | | StaticFileBaseUrl: webUrl + "/WebSDK/", |
| | | |
| | | proxy: "http://" + webHost + "/MoonServer", |
| | | |
| | | BASE_URL: "http://" + webHost + "/MoonServer", |
| | | |
| | | conditions: [ |
| | | ["=", "<>", "like"], |
| | | [">=", ">", " =", "<=", "<", "<>"], |
| | | [">=", ">", " =", "<=", "<", "<>"], |
| | | ], |
| | | }; |