feat: save mv to your library

This commit is contained in:
qier222 2020-10-28 12:49:51 +08:00
parent e3f783cb65
commit bada4ad494
3 changed files with 55 additions and 4 deletions

View file

@ -74,7 +74,7 @@ export default {
artistName = mv.creator[0].userName;
artistID = mv.creator[0].userId;
}
return `<a href="/artist/${artistID}">${artistName}</a>`;
return `<a href="/#/artist/${artistID}">${artistName}</a>`;
} else if (this.subtitle === "publishTime") {
return mv.publishTime;
}