Explorar el Código

// 一系列页面推荐通过小写的单一字母做 group 目录

kaoding hace 4 años
padre
commit
cd154c1467
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',
           },
         ],
       },