diff --git a/dist.zip b/dist.zip index 84dd140..5f78809 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/App.vue b/src/App.vue index 0829e6f..38aeb00 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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;