update 优化 !pr382 修复一些问题 完事流程逻辑
This commit is contained in:
@ -80,7 +80,7 @@ const unlockAuth = (row: any) => {
|
||||
const authUrl = (source: string) => {
|
||||
authBinding(source).then((res: any) => {
|
||||
if (res.code === 200) {
|
||||
window.location.href = res.msg;
|
||||
window.location.href = res.data;
|
||||
} else {
|
||||
ElMessage.error(res.msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user