From 097b1834674575659bc432ffd63a87d326b3c7d4 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 18 Oct 2024 17:53:30 +0800 Subject: [PATCH] 1 --- src/views/attendance/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/attendance/index.vue b/src/views/attendance/index.vue index 679f49e..a366c5c 100644 --- a/src/views/attendance/index.vue +++ b/src/views/attendance/index.vue @@ -62,6 +62,7 @@ export default { this.pos.lng = pos.coords.longitude this.pos.lat = pos.coords.latitude }, (error) => { + console.log(error) if (error.code) { switch (error.code) { case error.PERMISSION_DENIED: