mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
修改左侧导航栏, 添加歌单页面
This commit is contained in:
+2
-18
@@ -1,25 +1,9 @@
|
||||
import { createStore } from "vuex";
|
||||
import { SongResult } from "@/type/music";
|
||||
import { getMusicUrl } from "@/api/music";
|
||||
|
||||
import homeRouter from "@/router/home";
|
||||
let state = {
|
||||
menus: [
|
||||
{
|
||||
href: "/",
|
||||
icon: "icon-homefill",
|
||||
text: "hello",
|
||||
},
|
||||
{
|
||||
href: "/search",
|
||||
icon: "icon-peoplefill",
|
||||
text: "hello",
|
||||
},
|
||||
{
|
||||
href: "/",
|
||||
icon: "icon-videofill",
|
||||
text: "hello",
|
||||
},
|
||||
],
|
||||
menus: homeRouter,
|
||||
play: false,
|
||||
isPlay: false,
|
||||
playMusic: {} as SongResult,
|
||||
|
||||
Reference in New Issue
Block a user