chore: 删除v console.log #96

This commit is contained in:
LOG1997
2025-12-10 22:15:28 +08:00
parent fa79e9b07e
commit 5c75440c5b
6 changed files with 0 additions and 6 deletions

View File

@@ -89,7 +89,6 @@ export function usePrizeConfig() {
getImageDbStore()
})
watch(() => prizeList.value, (val: IPrizeConfig[]) => {
console.log('prizeList', val)
prizeConfig.setPrizeConfig(val)
}, { deep: true })