重新加载后带有queryParam的Angular 2 url

时间:2016-11-01 16:54:49

标签: angular

我有一些queryParams的网址。而且我遇到了问题:在网页重新加载内部网址后出现斜线。为什么会这样?

http://localhost:8000/photos?user_id=1
http://localhost:8000/photos/?user_id=1

在路线中:

{ path: 'photos', component : PhotosComponent, canActivate: [AuthGuard] }

在锚标记中:

[routerLink]="['/photos']" [queryParams]="{user_id: _userId}"

0 个答案:

没有答案