hookehuyr

fix(useCheckin): 将路由参数从type改为task_type以保持一致性

......@@ -28,7 +28,7 @@ export function useCheckin() {
const maxCount = ref(5)
// 打卡类型
const checkinType = computed(() => route.query.type)
const checkinType = computed(() => route.query.task_type)
// 用于记忆不同类型的文件列表
const fileListMemory = ref({
......