Why does route guard canLoad not fire, but canActivate does 我有一个 Angular 2.0.1(最终版)应用程序,它使用 HashLocationStrategy 作为路线导航策略。 我定义了一条路线如下: {path:'shiftmanage',component:ShiftManageComponent,canLoad:[AuthGuard],