From 50f52beb0ed100105166f62027cd0b15e6b596dc Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期六, 12 十一月 2022 15:02:01 +0800 Subject: [PATCH] 重新 --- public/config/config.js | 31 ++++++++++++++++++++++++++----- 1 files changed, 26 insertions(+), 5 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 6911dc1..5dbf376 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,7 +1,28 @@ -var baseUrl = "http://192.168.20.53:8062"; -var gisUrl = "http://183.162.245.49:3301"; -var ifreamUrl = "http://192.168.20.39:12306/"; +//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'; +//webSocket 鏈嶅姟鍦板潃 +var socketUrl = 'ws://192.168.20.39:12316/ws/select'; -var serverUrl = "http://192.168.20.106/LFServer/"; +var gisUrl = 'http://183.162.245.49:3301'; +var ifreamUrl = 'http://192.168.20.39:12306/'; -var api_Url = "http://192.168.20.106/"; +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/', + + positionBtn: [], + mpt: { + url: 'http://183.162.245.49:82/SG/Elevation', + name: 'zhufeng.397336.mpt', + }, +}; -- Gitblit v1.9.3