This commit is contained in:
parent
88d0431eb4
commit
1c273ad497
|
@ -254,10 +254,11 @@ import img18 from "@/assets/home/wdwz.png";
|
||||||
import img19 from "@/assets/home/xzwz.png";
|
import img19 from "@/assets/home/xzwz.png";
|
||||||
const anchors = [
|
const anchors = [
|
||||||
Math.round(0.3 * window.innerHeight),
|
Math.round(0.3 * window.innerHeight),
|
||||||
Math.round(0.6 * window.innerHeight),
|
Math.round(0.5 * window.innerHeight),
|
||||||
|
Math.round(0.8 * window.innerHeight),
|
||||||
Math.round(1 * window.innerHeight),
|
Math.round(1 * window.innerHeight),
|
||||||
];
|
];
|
||||||
const height = ref(anchors[0]);
|
const height = ref(anchors[1]);
|
||||||
const count = ref(0);
|
const count = ref(0);
|
||||||
var map = null;
|
var map = null;
|
||||||
var control = null;
|
var control = null;
|
||||||
|
|
Loading…
Reference in New Issue