mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
认证后跳转判断
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user