lex 1 년 전
부모
커밋
5fb6e5cefa
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/views/music/album/index.tsx

+ 4 - 0
src/views/music/album/index.tsx

@@ -266,6 +266,10 @@ export default defineComponent({
                       name: 'music-album-detail',
                       params: {
                         id: n.id
+                      },
+                      query: {
+                        subjectId: subject.id,
+                        subjectName: subject.name
                       }
                     })
                   }}