wyling hace 3 años
padre
commit
958b9ffdde
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: "/login",
+      redirect: "/home/test",
     },
     ...aotuRoutes,
   ],