认证后跳转判断

This commit is contained in:
shimingxy
2024-11-04 14:24:35 +08:00
parent 1dfaa15cad
commit 2a6eec17f8

View File

@@ -176,9 +176,9 @@ export class AuthnService {
if (this.redirect_uri != '') {
console.log(`redirect_uri ${this.redirect_uri}`);
location.href = this.redirect_uri;
} else {
this.router.navigateByUrl(url);
}
this.router.navigateByUrl(url);
});
}
}