diff --git a/fe/src/components/CV/point.vue b/fe/src/components/CV/point.vue
index 13ffc8c..2f63a19 100644
--- a/fe/src/components/CV/point.vue
+++ b/fe/src/components/CV/point.vue
@@ -2,9 +2,9 @@
![]()
-
@@ -60,11 +60,10 @@ export default ({
}
const tar = ev.target
const newPoint = [ev.offsetX / tar.offsetWidth, ev.offsetY / tar.offsetHeight]
- console.log(newPoint)
// this.points.push(newPoint)
// console.log(this.points)
this.annoDetails.push({
- point: newPoint,
+ points: [newPoint],
type: this.nowType
})
this.save()