feat: 调整ai music 页面文件结构
parent
440ad58a77
commit
e3c46cab53
|
@ -79,7 +79,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
component: () => import('@/views/ai//music/index.vue'),
|
component: () => import('@/views/ai/music/components/index.vue'),
|
||||||
name: 'AIMusicIndex',
|
name: 'AIMusicIndex',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'AI 音乐',
|
title: 'AI 音乐',
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import Mode from './components/mode/index.vue'
|
import Mode from './mode/index.vue'
|
||||||
import List from './components/list/index.vue'
|
import List from './list/index.vue'
|
||||||
|
|
||||||
defineOptions({ name: 'Index' })
|
defineOptions({ name: 'Index' })
|
||||||
|
|
Loading…
Reference in New Issue