优化工具箱详情页面移除冗余日志输出

This commit is contained in:
wangqiao
2025-09-24 21:05:28 +08:00
parent 6f58ba2389
commit 6a002ceb16

View File

@ -46,7 +46,6 @@
import useUserStore from '~/stores/user' import useUserStore from '~/stores/user'
const userStore = useUserStore() const userStore = useUserStore()
const route = useRoute() const route = useRoute()
console.log(route.params.id)
const { data: detail } = await useAsyncData(`toolbox-detail-${route.params.id}}`, async () => { const { data: detail } = await useAsyncData(`toolbox-detail-${route.params.id}}`, async () => {
const res = await get({ id: route.params.id as string }) const res = await get({ id: route.params.id as string })