Преглед на файлове

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,
   ],