<ion-segment [(ngModel)]="segment" color="primary">
<ion-segment-button value="Home" (click)="page_redirect('HomePage')" text-center> Home </ion-segment-button>
<ion-segment-button value="Featured" (click)="page_redirect('FeaturedItemPage')" text-center> Featured </ion-segment-button>
<ion-segment-button value="Category" (click)="page_redirect('CategoriesPage')" text-center> Category </ion-segment-button>
<ion-segment-button value="User" user text-center> User </ion-segment-button>
</ion-segment>
page_redirect function:
page_redirect(page){
this.navCtrl.push(page);
}
未捕获(承诺):链接无效:主页
任何人都可以告诉我为什么离子主页重定向不起作用? CategoriesPage
和FeaturedItemPage
重定向就像魅力一样。
答案 0 :(得分:0)
有时这种情况发生在我身上。使用&#34; ionic serve&#34;停止和启动服务器似乎解决了这个问题。
只是为了确保检查您的网页名称是否完全主页