Browse Source

fix: 大小写修改

outaozhen 3 năm trước cách đây
mục cha
commit
21678f4788
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
           }
         ]
       }