支持播放MV

This commit is contained in:
qier222 2020-10-14 15:39:41 +08:00
parent e4ba16b9a2
commit b399d5bbdc
11 changed files with 2021 additions and 52 deletions

View file

@ -32,6 +32,11 @@ const routes = [
name: "artist",
component: () => import("@/views/artist"),
},
{
path: "/mv/:id",
name: "mv",
component: () => import("@/views/mv"),
},
{
path: "/next",
name: "next",
@ -67,7 +72,6 @@ const routes = [
keepAlive: true,
},
},
{
path: "/library/liked-songs",
name: "likedSongs",