File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
70
70
}
71
71
]
72
72
} ,
73
- {
74
- path : '/ai/music' ,
75
- component : Layout ,
76
- redirect : '/index' ,
77
- name : 'AIMusic' ,
78
- meta : { } ,
79
- children : [
80
- {
81
- path : 'index' ,
82
- component : ( ) => import ( '@/views/ai/music/components/index.vue' ) ,
83
- name : 'AIMusicIndex' ,
84
- meta : {
85
- title : 'AI 音乐' ,
86
- icon : 'ep:home-filled' ,
87
- noCache : false ,
88
- affix : true
89
- }
90
- }
91
- ]
92
- } ,
73
+ // {
74
+ // path: '/ai/music',
75
+ // component: Layout,
76
+ // redirect: '/index',
77
+ // name: 'AIMusic',
78
+ // meta: {},
79
+ // children: [
80
+ // {
81
+ // path: 'index',
82
+ // component: () => import('@/views/ai/music/components/index.vue'),
83
+ // name: 'AIMusicIndex',
84
+ // meta: {
85
+ // title: 'AI 音乐',
86
+ // icon: 'ep:home-filled',
87
+ // noCache: false,
88
+ // affix: true
89
+ // }
90
+ // }
91
+ // ]
92
+ // },
93
93
{
94
94
path : '/user' ,
95
95
component : Layout ,
You can’t perform that action at this time.
0 commit comments