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