@@ -5,6 +5,7 @@ export function ajaxFollowEntInfo(data) {
return useRequest({
url: '/bigmember/follow/ent/followCheck',
method: 'post',
+ noToast: true,
data: data
})
}