From 4e3d77dcbe421a4d6611ebcdd1ac3165cb36ad4b Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 06 二月 2023 14:59:33 +0800 Subject: [PATCH] 系统界面翻新,回车登录,综合展示菜单重复 --- public/config/config.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index f62e2a5..5031c5f 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,5 +1,5 @@ var isWeb = location.hostname.indexOf("103.85.165.") > -1; - + var webHost = isWeb ? location.hostname + ":8052" : '192.168.20.106' + ":12316"; var fmeHost = isWeb ? location.hostname + ":8051" : '192.168.20.205' + ":88"; @@ -26,20 +26,20 @@ var modelUrl = LFData + '/tileset/SN/tileset.json'; // DEM -var demLayer = LFData + '/dem'; +var demLayer = 'http://192.168.20.55/LFData/dem'; // 缁煎悎灞曠ず window.sceneConfig = { - // Sdk璁稿彲 - licenseServer: 'http://' + iisHost + '/LFServer', - // MPT鍚嶇О - mptName: "china_5m.Ei.397334", - // SG鍦板潃 - SGUrl: "http://" + iisHost + "/SG/Elevation", - // Fly鍦板潃 - fly: 'http://' + iisHost + '/LFData/fly/' + (isWeb ? "lfy_web.fly" : "lf_127.fly"), - // - positionBtn: [], + // Sdk璁稿彲 + licenseServer: 'http://' + iisHost + '/LFServer', + // MPT鍚嶇О + mptName: "china_5m.Ei.397334", + // SG鍦板潃 + SGUrl: "http://" + iisHost + "/SG/Elevation", + // Fly鍦板潃 + fly: 'http://' + iisHost + '/LFData/fly/' + (isWeb ? "lfy_web.fly" : "lf_127.fly"), + // + positionBtn: [], }; var gaoDeBaseUrl = [{ -- Gitblit v1.9.3