Browse Source

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

wyling 3 năm trước cách đây
mục cha
commit
78e9e9e8e6
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: "/home/test",
+      redirect: "/login",
     },
     ...aotuRoutes,
   ],