diff --git a/dist.zip b/dist.zip index 2013cd5..84dd140 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/App.vue b/src/App.vue index 93a45cd..0829e6f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,7 +45,7 @@
@@ -102,7 +102,7 @@ import PHeader from "./components/PHeader/index.vue"; import Left from "./components/Left.vue"; // import Right from "./components/Right.vue"; -import amg from "@/assets/imgs/ditua.png"; +import amg from "@/assets/imgs/hy.png"; // import { ref } from "vue"; @@ -149,8 +149,8 @@ const clickedPoint = ref({ x: null, y: null }); const dialogWidth = "20%"; // 设置对话框宽度 const points = [ - { x: 320, y: 200 }, - { x: 600, y: 400 } + { x: 320, y: 248 }, + { x: 606, y: 400 } ]; onMounted(() => { const canvas = mapCanvas.value;