项目历史

This commit is contained in:
lzp
2026-02-27 16:47:02 +08:00
parent 190357caf5
commit 834f163fce
7 changed files with 99 additions and 50 deletions

View File

@@ -62,7 +62,7 @@ const router = createRouter({
component: () => import('../views/home/mainInput.vue')
},
{
path: 'agent',
path: 'agent/:id',
name: 'agent',
component: () => import('../views/home/agent/index.vue')
}