feat:提交
This commit is contained in:
parent
90aa61288b
commit
8416ddb003
|
|
@ -149,8 +149,8 @@ const clickedPoint = ref({ x: null, y: null });
|
||||||
|
|
||||||
const dialogWidth = "20%"; // 设置对话框宽度
|
const dialogWidth = "20%"; // 设置对话框宽度
|
||||||
const points = [
|
const points = [
|
||||||
{ x: 320, y: 248 },
|
{ x: 320, y: 365 },
|
||||||
{ x: 606, y: 400 }
|
{ x: 606, y: 372 }
|
||||||
];
|
];
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const canvas = mapCanvas.value;
|
const canvas = mapCanvas.value;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue