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