Commit e3c46cab by xiaohong

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

parent 440ad58a
......@@ -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 音乐',
......
......@@ -8,8 +8,8 @@
</template>
<script lang="ts" setup>
import Mode from './components/mode/index.vue'
import List from './components/list/index.vue'
import Mode from './mode/index.vue'
import List from './list/index.vue'
defineOptions({ name: 'Index' })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment