yuebuzu-creater 4 hónapja
szülő
commit
2fad0f62d0
1 módosított fájl, 2 hozzáadás és 2 törlés
  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'
   }
 ];