在angular2中,我使用类似
的参数配置了路径{
path: 'house/:id',
component: SingleHouseComponent,
canActivate: [AuthGuard]
}
当我点击自己的详细信息链接时,它工作正常但是当我尝试在此链接中重新加载此页面时http://localhost:3001/house/76887262-185e-4721-a283-6284cab2d7d7
表示
答案 0 :(得分:1)
index.html在脚本之前必须有<base href="/">