소스 검색

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