瀏覽代碼

修复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)