feat:提交

This commit is contained in:
lorenx 2025-02-13 17:17:06 +08:00
parent 90aa61288b
commit 8416ddb003
2 changed files with 2 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -149,8 +149,8 @@ const clickedPoint = ref({ x: null, y: null });
const dialogWidth = "20%"; //
const points = [
{ x: 320, y: 248 },
{ x: 606, y: 400 }
{ x: 320, y: 365 },
{ x: 606, y: 372 }
];
onMounted(() => {
const canvas = mapCanvas.value;