Compare commits

...

2 Commits

Author SHA1 Message Date
李志鹏
8b92d360c9 Merge branch 'main' of http://18.167.251.121:10003/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
2025-12-30 11:25:37 +08:00
李志鹏
f10039e9dc 1 2025-12-30 11:25:30 +08:00

View File

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