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