mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2026-04-05 18:49:06 +08:00
fix: 禁止在TrackListItem上导航到id为0的歌手页
This commit is contained in:
@@ -208,6 +208,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
goToAlbum() {
|
||||
if (this.track.al.id === 0) return;
|
||||
this.$router.push({ path: '/album/' + this.track.al.id });
|
||||
},
|
||||
playTrack() {
|
||||
|
||||
Reference in New Issue
Block a user