Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mengchangaigc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚珂
mengchangaigc
Commits
a1f3aea0
Commit
a1f3aea0
authored
Aug 31, 2026
by
黄同智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agent页面,发起对话,对话详情
parent
6919af5a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
index.vue
apps/web-vue/src/layout/index.vue
+1
-1
index.ts
apps/web-vue/src/router/index.ts
+13
-0
index.vue
apps/web-vue/src/views/agent/index.vue
+0
-0
No files found.
apps/web-vue/src/layout/index.vue
View file @
a1f3aea0
...
@@ -86,7 +86,7 @@ const menus = [
...
@@ -86,7 +86,7 @@ const menus = [
},
},
{
{
name
:
'Agent创作'
,
name
:
'Agent创作'
,
path
:
'/'
,
path
:
'/
agent
'
,
icon
:
'audio'
,
icon
:
'audio'
,
},
},
{
{
...
...
apps/web-vue/src/router/index.ts
View file @
a1f3aea0
...
@@ -10,6 +10,7 @@ import ThreeD from '@/views/vue-flow/3d.vue'
...
@@ -10,6 +10,7 @@ import ThreeD from '@/views/vue-flow/3d.vue'
import
Layout
from
'@/layout/index.vue'
import
Layout
from
'@/layout/index.vue'
import
Task
from
'@/views/task/index.vue'
import
Task
from
'@/views/task/index.vue'
import
QuickCreation
from
'@/views/quickCreation/index.vue'
import
QuickCreation
from
'@/views/quickCreation/index.vue'
import
Agent
from
'@/views/agent/index.vue'
const
routes
=
[
const
routes
=
[
{
{
...
@@ -73,6 +74,18 @@ const routes = [
...
@@ -73,6 +74,18 @@ const routes = [
]
]
},
},
{
{
path
:
'/agent'
,
component
:
Layout
,
children
:
[
{
path
:
''
,
name
:
'Agent'
,
component
:
Agent
,
meta
:
{
title
:
'Agent创作'
,
icon
:
'audio'
,
affix
:
true
}
}
]
},
{
path
:
'/zhibo'
,
path
:
'/zhibo'
,
component
:
Layout
,
component
:
Layout
,
children
:
[
children
:
[
...
...
apps/web-vue/src/views/agent/index.vue
0 → 100644
View file @
a1f3aea0
This diff is collapsed.
Click to expand it.
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