ソースを参照

修复master版本

skyblued 2 年 前
コミット
1fb17a67c4
1 ファイル変更0 行追加1 行削除
  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)