fix video collect detail

This commit is contained in:
2024-02-21 16:08:36 +08:00
parent bd96fecf4b
commit 27336f6e82
2 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ const renderCountdown: CountdownProps['render'] = (info: { hours: number; minute
}
function onClick() {
if (props.canClick == true) {
console.log(props.item.id)
router.push({ name: 'manage-videoCollect-Detail', params: { id: props.item.id } })
}
}