This commit is contained in:
lcw
2026-01-16 12:40:42 +08:00
parent 2ea84f248c
commit 10853312f2
120 changed files with 23881 additions and 617 deletions

View File

@ -270,6 +270,8 @@ const makerCenter = () => {
allDep.value = list;
console.log( allDep.value);
emitter.emit("addPointArea", { coords:list, icon: dw, flag: "hm", size: '14px', showTitle: false, offset: [0, -25] });
})
}
@ -417,6 +419,7 @@ const mouseLeave = () => {
timing.value = setInterval(() => {
reversalPush()
reversal()
changeModel()
}, 30000)
}