From 10ecfd0b60442d209d1ab4b749580ffb638d1992 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 08 五月 2024 14:44:04 +0800 Subject: [PATCH] 数字人更新 --- static/conf.js | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/conf.js b/static/conf.js index 25edcc8..be0a05d 100644 --- a/static/conf.js +++ b/static/conf.js @@ -1,6 +1,10 @@ -//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 +25,4 @@ lon: 116.572530, lat: 39.762424, name: '鍖椾含甯傞�氬窞鍖虹墿娴佸熀鍦扮鐞嗗鍛樹細' -}, ] +},] -- Gitblit v1.9.3