Browse Source

feat: 企业关注接口配置noToast

cuiyalong 1 year ago
parent
commit
92c69fe14c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/data-models/modules/quick-monitor/api/follow-ent.js

+ 1 - 0
data/data-models/modules/quick-monitor/api/follow-ent.js

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