This commit is contained in:
2026-02-25 10:16:14 +08:00
parent fdb913a402
commit aa00b9e7f1
21 changed files with 243 additions and 152 deletions

View File

@@ -56,12 +56,6 @@ const router = createRouter({
name: 'mainInput',
component: () => import('../views/home/mainInput.vue')
},
{
path: 'canvas',
name: 'canvas',
component: () => import('../views/canvas/index.vue'),
meta: { topNavStyle: '2' }
},
{
path: 'agent',
name: 'agent',