浏览代码

feat: 禁用接口提示

zhangyuhan 8 月之前
父节点
当前提交
9a7886210e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      apps/mobile/src/api/modules/public.js

+ 2 - 0
apps/mobile/src/api/modules/public.js

@@ -359,6 +359,7 @@ export function getConfiguration(data) {
   return request({
     url: '/publicapply/configuration/get',
     method: 'post',
+    noToast: true,
     data
   })
 }
@@ -368,6 +369,7 @@ export function getIsSub(data) {
   return request({
     url: '/publicapply/subscribe/isSub',
     method: 'post',
+    noToast: true,
     data
   })
 }