xufenglei
2018-03-07 79851e40e4da7fdbb14d0b729d01f710cf6d7fb0
src/app/routes/routes-routing.module.ts
@@ -43,7 +43,8 @@
    },    // passport
    {
      path: 'report',
      component: ReportComponent
      component: ReportComponent,
      data:{title:'对比报表'}
    },
    { path: '**', redirectTo: 'passport/login' }
];