未捕获的ReferenceError:未定义系统Angular2 reload

时间:2016-12-29 09:31:02

标签: angular routing

在angular2中,我使用类似

的参数配置了路径
{
    path: 'house/:id',
    component: SingleHouseComponent,
    canActivate: [AuthGuard]
}

当我点击自己的详细信息链接时,它工作正常但是当我尝试在此链接中重新加载此页面时http://localhost:3001/house/76887262-185e-4721-a283-6284cab2d7d7表示

enter image description here

1 个答案:

答案 0 :(得分:1)

index.html在脚本之前必须有<base href="/">