feat: 调整ai music 页面文件结构

This commit is contained in:
xiaohong
2024-06-28 09:26:58 +08:00
parent 440ad58a77
commit e3c46cab53
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
children: [
{
path: 'index',
component: () => import('@/views/ai//music/index.vue'),
component: () => import('@/views/ai/music/components/index.vue'),
name: 'AIMusicIndex',
meta: {
title: 'AI 音乐',