From 925d356e413f1bceb3cb845689189da995835e69 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Thu, 11 Jul 2024 09:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E3=80=91AI=EF=BC=9A=E4=B8=B4=E6=97=B6=E6=B3=A8=E9=87=8A=20AI?= =?UTF-8?q?=20=E9=9F=B3=E4=B9=90=E7=9A=84=E8=8F=9C=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E4=B8=AD...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/remaining.ts | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) 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,