yuebuzu-creater 4 달 전
부모
커밋
2fad0f62d0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      wisdom-app/src/app/tabs/tabs.routes.ts

+ 2 - 2
wisdom-app/src/app/tabs/tabs.routes.ts

@@ -91,14 +91,14 @@ export const routes: Routes = [
       },
       {
         path: '',
-        redirectTo: '/tabs/tab3',
+        redirectTo: '/tabs/tab4',
         pathMatch: 'full'
       },
     ],
   },
   {
     path: '',
-    redirectTo: '/tabs/tab3',
+    redirectTo: '/tabs/tab4',
     pathMatch: 'full'
   }
 ];