This commit is contained in:
汪汇 2024-03-07 11:13:32 +08:00
parent 88d0431eb4
commit 1c273ad497
3 changed files with 3 additions and 2 deletions

BIN
.zip Normal file

Binary file not shown.

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -254,10 +254,11 @@ import img18 from "@/assets/home/wdwz.png";
import img19 from "@/assets/home/xzwz.png";
const anchors = [
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),
];
const height = ref(anchors[0]);
const height = ref(anchors[1]);
const count = ref(0);
var map = null;
var control = null;