Browse Source

Update index.tsx

lex 2 years ago
parent
commit
4631543d0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music/album/index.tsx

+ 1 - 1
src/views/music/album/index.tsx

@@ -120,7 +120,7 @@ export default defineComponent({
       onComfirmSubject
     })
 
-    const getSubject: any = useSubjectId(SubjectEnum.ALBUM)
+    const getSubject: any = useSubjectId(SubjectEnum.SEARCH)
     const subject = reactive({
       show: false,
       name: getSubject.name || '全部声部',