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