From e5626382db6861bc6d73b33b4cfb40df3525dd5e Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期二, 25 十月 2022 17:40:36 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB --- public/config/config.js | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 1c4b53c..eae79d0 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,5 +1,10 @@ //const BASE_URL = 'http://192.168.20.55:12316'; + +//var socketUrl = 'ws://192.168.20.55:12316/ws'; const BASE_URL = 'http://192.168.20.39:12316'; +//webSocket 鏈嶅姟鍦板潃 +var socketUrl = 'ws://192.168.20.39:12316/ws'; + var gisUrl = 'http://183.162.245.49:3301'; var ifreamUrl = 'http://192.168.20.39:12306/'; @@ -8,3 +13,17 @@ 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.55: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