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'
   }
 ];