| | |
| | | //const BASE_URL = 'http://192.168.20.55:12316'; |
| | | //var socketUrl = 'ws://192.168.20.55:12316/ws/select'; |
| | | const BASE_URL = 'http://192.168.20.39:12316'; |
| | | // const BASE_URL = 'http://192.168.20.106:12316'; |
| | | //webSocket 服务地址 |
| | | var socketUrl = 'ws://192.168.20.39:12316/ws/select'; |
| | | |
| | | var gisUrl = 'http://183.162.245.49:3301'; |
| | | var ifreamUrl = 'http://192.168.20.39:12306/'; |
| | | |
| | | var serverUrl = 'http://192.168.20.106/LFServer/'; |
| | | |
| | | var api_Url = 'http://192.168.20.106/'; |
| | | |
| | | //数据库监控地址 |
| | | var sql_Url = 'http://192.168.20.39:8081/admin/druid/sql.html'; |
| | | |
| | | //综合展示 |
| | | window.sceneConfig = { |
| | | // sdk许可 |
| | | licenseServer: 'http://192.168.20.39/LFServer', |
| | | // licenseServer: 'http://192.168.20.39:9055', |
| | | // 服务地址 |
| | | baseURL: 'http://183.162.245.49:8888/', |
| | | |