Browse Source

🏰 chore: fix build

chenshuai2144 4 years ago
parent
commit
7471df6a84
1 changed files with 1 additions and 1 deletions
  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',
           },
         ],
       },