为了账号安全,请及时绑定邮箱和手机立即绑定

Angular 懒加载 路由不会变化跳转

Angular 懒加载 路由不会变化跳转

郎朗坤 2018-12-19 18:14:39
给Angular的模块加上懒加载之后, 本地服务器可以导航到各个模块的页面,但是构建出来之后放到服务器上,虽然出现两个模块的chunk.js也对应加载完成了,但是路由并不会跳转。路由配置如下app-routing.module.tsconst routes: Routes = [  { path: 'report', loadChildren: 'app/uxreport/uxreport.module#UxreportModule', canActivate: [AuthGuard2]},  { path: '', redirectTo: 'charts/0', pathMatch: 'full'},  { path: 'usability', loadChildren: 'app/usability/usability.module#UsabilityModule', canActivate: [AuthGuard2] },  { path: 'charts', component: ChartViewComponent},  { path: 'configuration', component: ConfigurationComponent, canActivate: [AuthGuard]},  { path: '**', component: Page404Component }];uxreport-routing.module.ts
查看完整描述

1 回答

?
慕码人2483693

TA贡献1860条经验 获得超9个赞

report模块没有在imports里面写入report-routing模块


查看完整回答
反对 回复 2019-01-22
  • 1 回答
  • 0 关注
  • 574 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信