Add tool edit page
This commit is contained in:
@@ -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: '*',
|
||||
|
||||
Reference in New Issue
Block a user