Browse Source

修复master版本

skyblued 2 năm trước cách đây
mục cha
commit
1fb17a67c4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)