!323 update src/views/Profile/components/UserSocial.vue.

Merge pull request !323 from 口口口/N/A
This commit is contained in:
芋道源码 2023-11-18 14:17:55 +00:00 committed by Gitee
commit 9d7c578d48
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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