Compare commits

...

2 Commits

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 })