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