소스 검색

🏰 chore: fix build

chenshuai2144 5 년 전
부모
커밋
7471df6a84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/routes.ts

+ 1 - 1
config/routes.ts

@@ -9,7 +9,7 @@
           {
             name: 'login',
             path: '/user/login',
-            component: './user/Login',
+            component: './User/Login',
           },
         ],
       },