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
e3c46cab
authored
Jun 28, 2024
by
xiaohong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 调整ai music 页面文件结构
parent
440ad58a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/router/modules/remaining.ts
+1
-1
src/views/ai/music/components/index.vue
+2
-2
No files found.
src/router/modules/remaining.ts
View file @
e3c46cab
...
@@ -79,7 +79,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
...
@@ -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 音乐'
,
...
...
src/views/ai/music/index.vue
→
src/views/ai/music/
components/
index.vue
View file @
e3c46cab
...
@@ -8,8 +8,8 @@
...
@@ -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'
})
...
...
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