feat: add see more mv button in artist page

This commit is contained in:
qier222 2020-10-29 21:13:42 +08:00
parent 453a378d42
commit 109098c1eb
6 changed files with 136 additions and 10 deletions

View file

@ -49,6 +49,14 @@ const routes = [
keepAlive: true,
},
},
{
path: "/artist/:id/mv",
name: "artistMV",
component: () => import("@/views/artistMV.vue"),
meta: {
keepAlive: true,
},
},
{
path: "/mv/:id",
name: "mv",