This commit is contained in:
2026-04-23 14:57:35 +08:00
parent c77780fa0e
commit 739e08157b
97 changed files with 6120 additions and 14939 deletions

View File

@@ -25,7 +25,7 @@ onLoad(async (query) => {
async function getProduct() {
if (!feature.value)
return
const { data } = await useApiFetch(`/product/en/${feature.value}`)
const { data } = await useApiFetch(`/product/en/${feature.value}`, { silent: true })
.get()
.json()