From 11d13457ca63027c9519bcd435bd085442831c1f Mon Sep 17 00:00:00 2001 From: xjh22222228 Date: Thu, 20 Jan 2022 11:16:02 +0800 Subject: [PATCH] fix: routes --- src/router/routes.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: