Explorar el Código

Merge branch 'master' of http://192.168.8.213:3000/miaxis/jkt-h5

wyling hace 3 años
padre
commit
78e9e9e8e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/route/index.ts

+ 1 - 1
src/route/index.ts

@@ -57,7 +57,7 @@ const router = createRouter({
   routes: [
     {
       path: "/",
-      redirect: "/home/test",
+      redirect: "/login",
     },
     ...aotuRoutes,
   ],