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