mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 21:58:03 +00:00
refactor: search
This commit is contained in:
parent
2393b10fe5
commit
6a64e73a2c
10 changed files with 565 additions and 370 deletions
|
|
@ -71,9 +71,17 @@ const routes = [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/search",
|
||||
path: "/search/:keywords?",
|
||||
name: "search",
|
||||
component: () => import("@/views/search.vue"),
|
||||
meta: {
|
||||
keepAlive: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/search/:keywords/:type",
|
||||
name: "searchType",
|
||||
component: () => import("@/views/searchType.vue"),
|
||||
},
|
||||
{
|
||||
path: "/new-album",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue