skyblued 2 rokov pred
rodič
commit
1fb17a67c4
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      src/views/music/search/index.tsx

+ 0 - 1
src/views/music/search/index.tsx

@@ -44,7 +44,6 @@ export default defineComponent({
     }
 
     const onConfirmSubject = (item: any) => {
-      // console.log(item)
       subject.value = item.id
       const activeRef = activeTab.value === 'album' ? albumList : musicList
       ;(activeRef.value as any).onComfirmSubject?.(item)