diff --git a/dist.zip b/dist.zip index 5f78809..e6109de 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/App.vue b/src/App.vue index 38aeb00..b39b9f5 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: 365 }, - { x: 606, y: 372 } + { x: 120, y: 285 }, + { x: 606, y: 298 } ]; onMounted(() => { const canvas = mapCanvas.value; diff --git a/src/assets/imgs/hy.png b/src/assets/imgs/hy.png index 4078c10..cbe8a94 100644 Binary files a/src/assets/imgs/hy.png and b/src/assets/imgs/hy.png differ