From ae23186c56882e6aba46f16a19353ace83ef293c Mon Sep 17 00:00:00 2001 From: wenhua <1084668738@qq.com> Date: Mon, 20 Nov 2023 22:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=99=BB=E5=BD=95=E6=87=92?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.tsx b/src/router/index.tsx index 7319266..794fb38 100644 --- a/src/router/index.tsx +++ b/src/router/index.tsx @@ -46,7 +46,7 @@ const currentRouter: Array = [ }, { path: '/login', - element: lazyLoad('login') + element: }>{lazyLoad('login')} } ]