diff --git a/src/pages/clockout/index.vue b/src/pages/clockout/index.vue index 2182409..acd6c3c 100644 --- a/src/pages/clockout/index.vue +++ b/src/pages/clockout/index.vue @@ -160,7 +160,7 @@ onLoad(() => { const getLoca = async () => { // uni.openLocation uni.getLocation({ - type: 'gcj02', + type: 'wgs84', fail: (err) => { isGPS.value = false // uni.showToast({