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