mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-17 02:07:29 +08:00
✨ feat: 优化歌词组件和移动端界面设计
This commit is contained in:
@@ -84,7 +84,8 @@ const layoutRouter = [
|
||||
title: '设置',
|
||||
icon: 'ri-settings-3-fill',
|
||||
keepAlive: true,
|
||||
noScroll: true
|
||||
noScroll: true,
|
||||
back: true
|
||||
},
|
||||
component: () => import('@/views/set/index.vue')
|
||||
}
|
||||
|
||||
@@ -29,22 +29,11 @@ const loginRouter = {
|
||||
component: () => import('@/views/login/index.vue')
|
||||
};
|
||||
|
||||
const setRouter = {
|
||||
path: '/set',
|
||||
name: 'set',
|
||||
meta: {
|
||||
keepAlive: true,
|
||||
title: '设置',
|
||||
icon: 'icon-Home'
|
||||
},
|
||||
component: () => import('@/views/set/index.vue')
|
||||
};
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
component: AppLayout,
|
||||
children: [...homeRouter, loginRouter, setRouter, ...otherRouter]
|
||||
children: [...homeRouter, loginRouter, ...otherRouter]
|
||||
},
|
||||
{
|
||||
path: '/lyric',
|
||||
|
||||
Reference in New Issue
Block a user