diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 6da3b0a4..db23bb1f 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [ } ] }, - { - path: '/ai/music', - component: Layout, - redirect: '/index', - name: 'AIMusic', - meta: {}, - children: [ - { - path: 'index', - component: () => import('@/views/ai/music/components/index.vue'), - name: 'AIMusicIndex', - meta: { - title: 'AI 音乐', - icon: 'ep:home-filled', - noCache: false, - affix: true - } - } - ] - }, + // { + // path: '/ai/music', + // component: Layout, + // redirect: '/index', + // name: 'AIMusic', + // meta: {}, + // children: [ + // { + // path: 'index', + // component: () => import('@/views/ai/music/components/index.vue'), + // name: 'AIMusicIndex', + // meta: { + // title: 'AI 音乐', + // icon: 'ep:home-filled', + // noCache: false, + // affix: true + // } + // } + // ] + // }, { path: '/user', component: Layout,