diff --git a/src/pages/clockInPage/index.vue b/src/pages/clockInPage/index.vue index 79db124..14a5078 100644 --- a/src/pages/clockInPage/index.vue +++ b/src/pages/clockInPage/index.vue @@ -130,7 +130,7 @@ const infoData = computed(() => { }); const activeInfoData = computed(() => data.patroObj?.bddList?.[active.value]); const { formattedTime, isExpired, expirationTime, start, stop } = - useCountdownFromTime(10); + useCountdownFromTime(); // 删除打卡图片 const clearImage = () => { baseUrl.value = ""; diff --git a/src/pages/clockInPage/indexbf.vue b/src/pages/clockInPage/indexbf.vue new file mode 100644 index 0000000..1e85f7e --- /dev/null +++ b/src/pages/clockInPage/indexbf.vue @@ -0,0 +1,775 @@ + + + + + +Powered by Gitea +当前版本: 1.24.2 页面: +176ms +模板: +102ms +许可证 +API \ No newline at end of file