FEATURE: 网站的基本前端服务 #2

Merged
remilia merged 41 commits from dev into master 2025-09-06 16:11:23 +08:00
19 changed files with 255 additions and 716 deletions
Showing only changes of commit 530051fc2a - Show all commits

View File

@ -144,7 +144,6 @@ onMounted(async () => {
...item,
}
}
console.log('Fetched Production:', production.value)
} catch (error) {
console.error('Failed to fetch production:', error)
} finally {

View File

@ -79,7 +79,6 @@ onMounted(async () => {
},
locale: strapiLocale,
})
console.log('Fetched productions:', response.data)
productions.value = response.data.map((item: Production) => ({
...item,
// 保持 production_type 原始类型,兼容对象或字符串