This commit is contained in:
qsh
2024-11-13 16:03:24 +08:00
parent 9cdfa01d33
commit 72341a96a5
3 changed files with 37 additions and 2 deletions

View File

@@ -61,8 +61,8 @@ const bindSocial = () => {
})
}
const bind = (row) => {
message.info('暂未开放,敬请期待')
return
// message.info('暂未开放,敬请期待')
// return
const redirectUri = location.origin + '/user/profile?type=' + row.type
// 进行跳转
socialAuthRedirect(row.type, encodeURIComponent(redirectUri)).then((res) => {