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