This commit is contained in:
scout 2025-01-24 12:01:21 +08:00
parent ecc35e8b06
commit 82be4483ee

View File

@ -89,7 +89,7 @@ import { getUserInfo, addMeal } from '@/api/login'
const showPicker = ref(false)
const currentDate = ref([])
const currentTime = ref([])
const minDate = ref(new Date(2025, 0, 1))
const minDate = ref(new Date(2025, 1, 24))
const maxDate = ref(new Date(2026, 11, 31))
const showsuccess = ref(false)
const showfail = ref(false)