hookehuyr

fix: 移除测试屏蔽代码,确保打卡范围验证生效

<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-04 20:06:27
* @LastEditTime: 2025-09-05 21:35:50
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
......@@ -560,8 +560,7 @@ const checkIn = async () => { // 打卡
if (!checkInRange(page_details.value.current_lng, page_details.value.current_lat, page_details.value?.position)) {
show_toast.value = true;
toast_text.value = '您不在打卡范围';
// TODO: 测试屏蔽掉
// return;
return;
}
if (page_details.value?.position.length) {
......