diff --git a/src/router/routes.tsx b/src/router/routes.tsx index 8d5e893..0cc2f10 100755 --- a/src/router/routes.tsx +++ b/src/router/routes.tsx @@ -98,12 +98,19 @@ export function MainRoutes() { }} /> }, { - path: 'memorandum/update/:id', + path: 'memorandum/create', element: }, + { + path: 'memorandum/update/:id', + element: + }, { path: 'memorandum/detail/:id', element: