zhangyuhan 8 сар өмнө
parent
commit
9a7886210e

+ 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
   })
 }