This commit is contained in:
李志鹏
2025-12-30 11:25:30 +08:00
parent eebe7b5b40
commit f10039e9dc

View File

@@ -108,7 +108,7 @@
} }
// 详情页 // 详情页
const onDetailsItem = (v) => { const onDetailsItem = (v) => {
if (v.isRegenerated) return if (v.isRegenerated || !v.styleUrl) return
router.push({ query: { ...query.value, styleUrl: v.styleUrl } }) router.push({ query: { ...query.value, styleUrl: v.styleUrl } })
} }
// 喜欢 // 喜欢