Fix problems with tab-routing
This commit is contained in:
parent
05cefd6efc
commit
9a966f2809
@ -8,15 +8,15 @@ const routes: Routes = [
|
|||||||
component: TabsPage,
|
component: TabsPage,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'tab_search',
|
path: 'tab1',
|
||||||
loadChildren: () => import('../tab1/tab1.module').then(m => m.Tab1PageModule)
|
loadChildren: () => import('../tab1/tab1.module').then(m => m.Tab1PageModule)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'tab_map',
|
path: 'tab2',
|
||||||
loadChildren: () => import('../tab2/tab2.module').then(m => m.Tab2PageModule)
|
loadChildren: () => import('../tab2/tab2.module').then(m => m.Tab2PageModule)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'tab_chat',
|
path: 'tab3',
|
||||||
loadChildren: () => import('../tab3/tab3.module').then(m => m.Tab3PageModule)
|
loadChildren: () => import('../tab3/tab3.module').then(m => m.Tab3PageModule)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user