From c7187e038c284acc051a439c5eda16582bdb9b7a Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期六, 14 九月 2024 10:16:13 +0800 Subject: [PATCH] 更新 --- static/conf.js | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/conf.js b/static/conf.js index 25edcc8..964718a 100644 --- a/static/conf.js +++ b/static/conf.js @@ -1,6 +1,11 @@ -//window.GIS_IP = 'http://183.162.245.49:18073' window.GIS_IP = 'http://10.10.4.116:8070' +// window.digitalHumanURL = "https://example.org" +window.digitalHumanURL = "https://szr.bda.gov.cn/human/#/yizhuang/b1401669626c4b1faf7a9940be866b2a?model=yingshang" +window.digitalSize = { + width: "600", + height: "450" +} window.KEYPOIS = [{ lon: 116.496476, lat: 39.801245, @@ -21,4 +26,4 @@ lon: 116.572530, lat: 39.762424, name: '鍖椾含甯傞�氬窞鍖虹墿娴佸熀鍦扮鐞嗗鍛樹細' -}, ] +},] -- Gitblit v1.9.3