合并likeSongs页面和playlist页面

This commit is contained in:
qier222 2020-10-18 01:31:56 +08:00
parent 14a22ccf1e
commit c860745bfe
4 changed files with 57 additions and 255 deletions

View file

@ -93,7 +93,7 @@ const routes = [
{
path: "/library/liked-songs",
name: "likedSongs",
component: () => import("@/views/likedSongs"),
component: () => import("@/views/playlist"),
meta: {
requireLogin: true,
},