Explorar el Código

🏰 chore: fix build

chenshuai2144 hace 5 años
padre
commit
7471df6a84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
           },
         ],
       },