fengxiang
2018-02-01 8702a063e0e545f2ffc57f203b9c849599415923
src/app/routes/routes-routing.module.ts
@@ -38,7 +38,7 @@
            { path: 'login', component: UserLoginComponent }
        ]
    },
    { path: '**', redirectTo: 'dashboard' }
    { path: '**', redirectTo: 'passport/login' }
];
@NgModule({