Selaa lähdekoodia

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

wyling 3 vuotta sitten
vanhempi
commit
78e9e9e8e6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
   ],