From dbb352c9d988dfac83da979023fe81a0a02f88e9 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 12 四月 2024 16:34:20 +0800 Subject: [PATCH] 与数字人合并 --- static/conf.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/static/conf.js b/static/conf.js index 66ba422..e2153df 100644 --- a/static/conf.js +++ b/static/conf.js @@ -1,5 +1,9 @@ window.GIS_IP = 'http://10.10.4.116:8070' - +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, @@ -20,4 +24,4 @@ lon: 116.572530, lat: 39.762424, name: '鍖椾含甯傞�氬窞鍖虹墿娴佸熀鍦扮鐞嗗鍛樹細' -}, ] +},] -- Gitblit v1.9.3