From cd154c146753a882adb6c8c0010bf85deb829482 Mon Sep 17 00:00:00 2001 From: kaoding <41830859@qq.com> Date: Mon, 12 Jul 2021 15:21:55 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E4=B8=80=E7=B3=BB=E5=88=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8E=A8=E8=8D=90=E9=80=9A=E8=BF=87=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E7=9A=84=E5=8D=95=E4=B8=80=E5=AD=97=E6=AF=8D=E5=81=9A=20group?= =?UTF-8?q?=20=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.ts b/config/routes.ts index 934c8c05..a269819e 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -9,7 +9,7 @@ { name: 'login', path: '/user/login', - component: './User/Login', + component: './user/Login', }, ], },