This commit is contained in:
YunaiV
2023-11-19 00:30:02 +08:00
2 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ const bindSocial = () => {
socialBind(type, code, state).then(() => {
message.success('绑定成功')
emit('update:activeName', 'userSocial')
initSocial()
})
}