pull/1/head
LiuJiaNan 2024-02-05 10:18:41 +08:00
parent 0bed8dcef9
commit 3fbaa951bd
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ const corp = { CORP_NAME: "河北秦安", lng: 119.44758654, lat: 39.91845908 };
onMounted(() => { onMounted(() => {
autofit.init({ autofit.init({
designHeight: 1080, dh: document.querySelector(".map_bg").offsetHeight,
designWidth: 1920, dw: 1920,
renderDom: "#bi_container", el: "#bi_container",
resize: true, resize: true,
}); });
transitionKey.value = Math.random(); transitionKey.value = Math.random();