Skip to content

Commit 925d356

Browse files
committed
【功能注释】AI:临时注释 AI 音乐的菜单,开发中...
1 parent 12c0f36 commit 925d356

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/router/modules/remaining.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
7070
}
7171
]
7272
},
73-
{
74-
path: '/ai/music',
75-
component: Layout,
76-
redirect: '/index',
77-
name: 'AIMusic',
78-
meta: {},
79-
children: [
80-
{
81-
path: 'index',
82-
component: () => import('@/views/ai/music/components/index.vue'),
83-
name: 'AIMusicIndex',
84-
meta: {
85-
title: 'AI 音乐',
86-
icon: 'ep:home-filled',
87-
noCache: false,
88-
affix: true
89-
}
90-
}
91-
]
92-
},
73+
// {
74+
// path: '/ai/music',
75+
// component: Layout,
76+
// redirect: '/index',
77+
// name: 'AIMusic',
78+
// meta: {},
79+
// children: [
80+
// {
81+
// path: 'index',
82+
// component: () => import('@/views/ai/music/components/index.vue'),
83+
// name: 'AIMusicIndex',
84+
// meta: {
85+
// title: 'AI 音乐',
86+
// icon: 'ep:home-filled',
87+
// noCache: false,
88+
// affix: true
89+
// }
90+
// }
91+
// ]
92+
// },
9393
{
9494
path: '/user',
9595
component: Layout,

0 commit comments

Comments
 (0)