From 7471df6a8496f160652734a18682fe1296a5fc0e Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Mon, 12 Jul 2021 14:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B0=20chore:=20fix=20build?= 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 a269819e..934c8c05 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -9,7 +9,7 @@ { name: 'login', path: '/user/login', - component: './user/Login', + component: './User/Login', }, ], },