mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
【功能注释】AI:临时注释 AI 音乐的菜单,开发中...
This commit is contained in:
parent
12c0f36bb8
commit
925d356e41
@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: '/ai/music',
|
// path: '/ai/music',
|
||||||
component: Layout,
|
// component: Layout,
|
||||||
redirect: '/index',
|
// redirect: '/index',
|
||||||
name: 'AIMusic',
|
// name: 'AIMusic',
|
||||||
meta: {},
|
// meta: {},
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'index',
|
// path: 'index',
|
||||||
component: () => import('@/views/ai/music/components/index.vue'),
|
// component: () => import('@/views/ai/music/components/index.vue'),
|
||||||
name: 'AIMusicIndex',
|
// name: 'AIMusicIndex',
|
||||||
meta: {
|
// meta: {
|
||||||
title: 'AI 音乐',
|
// title: 'AI 音乐',
|
||||||
icon: 'ep:home-filled',
|
// icon: 'ep:home-filled',
|
||||||
noCache: false,
|
// noCache: false,
|
||||||
affix: true
|
// affix: true
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
]
|
// ]
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: '/user',
|
path: '/user',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
|
Loading…
Reference in New Issue
Block a user