forked from integrated_whb/integrated_whb_vue
init
parent
0bed8dcef9
commit
3fbaa951bd
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue