xufenglei
2018-03-26 ba15aacf079d1a3fd13e4594f5a94cf25dacb036
src/app/routes/routes-routing.module.ts
@@ -42,7 +42,7 @@
    {
      path: 'report',
      component: ReportComponent,
      data: {title: '对比报表'}
      data: {title: '报表展示'}
    },
    { path: '**', redirectTo: 'passport/login' }
];