style: ddl文案
This commit is contained in:
@@ -422,7 +422,7 @@ const showStep = (val: number) => {
|
||||
}
|
||||
|
||||
// 是否晚于2026年7月15日
|
||||
const date = ref('2026-07-15')
|
||||
const date = ref('2026-07-15T00:00:00')
|
||||
const isExpired = computed(() => {
|
||||
const now = new Date()
|
||||
const targetDate = new Date(date.value)
|
||||
|
||||
Reference in New Issue
Block a user