Преглед изворни кода

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

wyling пре 3 година
родитељ
комит
78e9e9e8e6
1 измењених фајлова са 1 додато и 1 уклоњено
  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,
   ],