沈斌
2018-02-08 0b0f25c43d37e6ddcaf2b461e64ddb05252d4409
src/app/routes/routes-routing.module.ts
@@ -38,7 +38,7 @@
            { path: 'login', component: UserLoginComponent }
        ]
    },
    { path: '**', redirectTo: 'dashboard' }
    { path: '**', redirectTo: 'passport/login' }
];
@NgModule({