Commit a1f3aea0 authored by 黄同智's avatar 黄同智

agent页面,发起对话,对话详情

parent 6919af5a
...@@ -86,7 +86,7 @@ const menus = [ ...@@ -86,7 +86,7 @@ const menus = [
}, },
{ {
name: 'Agent创作', name: 'Agent创作',
path: '/', path: '/agent',
icon: 'audio', icon: 'audio',
}, },
{ {
......
...@@ -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: [
......
This diff is collapsed.
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 to comment