lex 1 năm trước cách đây
mục cha
commit
5fb6e5cefa
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
                       }
                     })
                   }}