Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
925d356e
authored
Jul 11, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能注释】AI:临时注释 AI 音乐的菜单,开发中...
parent
12c0f36b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
src/router/modules/remaining.ts
+20
-20
No files found.
src/router/modules/remaining.ts
View file @
925d356e
...
@@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -70,26 +70,26 @@ const remainingRouter: AppRouteRecordRaw[] = [
}
}
]
]
},
},
{
//
{
path
:
'/ai/music'
,
//
path: '/ai/music',
component
:
Layout
,
//
component: Layout,
redirect
:
'/index'
,
//
redirect: '/index',
name
:
'AIMusic'
,
//
name: 'AIMusic',
meta
:
{},
//
meta: {},
children
:
[
//
children: [
{
//
{
path
:
'index'
,
//
path: 'index',
component
:
()
=>
import
(
'@/views/ai/music/components/index.vue'
),
//
component: () => import('@/views/ai/music/components/index.vue'),
name
:
'AIMusicIndex'
,
//
name: 'AIMusicIndex',
meta
:
{
//
meta: {
title
:
'AI 音乐'
,
//
title: 'AI 音乐',
icon
:
'ep:home-filled'
,
//
icon: 'ep:home-filled',
noCache
:
false
,
//
noCache: false,
affix
:
true
//
affix: true
}
//
}
}
//
}
]
//
]
},
//
},
{
{
path
:
'/user'
,
path
:
'/user'
,
component
:
Layout
,
component
:
Layout
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment