From 68f6683e52f586f3e0ba166025c47ae68de83f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A3=E5=8F=A3=E5=8F=A3?= <17975121@qq.com> Date: Fri, 17 Nov 2023 05:17:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/Profile/components/UserSocia?= =?UTF-8?q?l.vue.=20=E5=9C=A8=E8=BF=99=E9=87=8C=E7=BB=91=E5=AE=9A=EF=BC=8C?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=88=90=E5=8A=9F=E5=90=8E=EF=BC=8C=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 口口口 <17975121@qq.com> --- src/views/Profile/components/UserSocial.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Profile/components/UserSocial.vue b/src/views/Profile/components/UserSocial.vue index 7746f510..b7f955be 100644 --- a/src/views/Profile/components/UserSocial.vue +++ b/src/views/Profile/components/UserSocial.vue @@ -66,7 +66,6 @@ const bindSocial = () => { socialBind(type, code, state).then(() => { message.success('绑定成功') emit('update:activeName', 'userSocial') - initSocial() }) }