gpt4 book ai didi

Angular2 重定向到默认页面

转载 作者:行者123 更新时间:2023-12-01 18:43:21 25 4
gpt4 key购买 nike

我想在刷新页面时重定向默认页面。在刷新页面之前我在这里 http://localhost/mypage/#/brand ,当我刷新页面时我想重定向http://localhost/mypage/#/home

const appRoutes: Routes = [
{ path: '', redirectTo: 'home', pathMatch: 'full' },
{ path: 'home', component: Home },
{ path: 'brand', component: BrandCP },
];

export const appRoutingProviders: any[] = []
export const routing: ModuleWithProviders = RouterModule.forRoot(appRoutes, { useHash: true});

最佳答案

当您进入此brand页面时,请使用像?redirect=1这样的查询字符串,只需附加值即可将 Accordion 重定向到您的首选项,然后在下次重新加载时品牌组件只是扫描此重定向查询参数的值,如果它未定义或设置为零,则让他留在页面上,否则如果设置为 1,则将他重定向到主页 简单明了

关于Angular2 重定向到默认页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39523679/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com