Add tool edit page

This commit is contained in:
2024-01-31 18:07:16 +08:00
parent d6ff952596
commit 28140543c4
11 changed files with 254 additions and 22 deletions

View File

@@ -45,6 +45,13 @@ export const tools: RouteJsonObject[] = [
component: lazy(() => import('@/pages/Tools/View')),
name: '查看'
},
{
path: 'edit/:toolId',
absolutePath: '/edit',
id: 'tools-edit',
component: lazy(() => import('@/pages/Tools/Edit')),
name: '查看'
},
{
path: '*',
absolutePath: '*',