【更新】request请求工具同步其他版本

pull/110/MERGE
小诺 2023-06-14 23:35:37 +08:00 committed by 俞宝山
parent 5dbb5ef23b
commit ddae7f6ef3
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,6 @@ service.interceptors.response.use(
'update', 'update',
'grant', 'grant',
'reset', 'reset',
'start',
'stop', 'stop',
'pass', 'pass',
'disable', 'disable',
@ -126,7 +125,8 @@ service.interceptors.response.use(
'active', 'active',
'turn', 'turn',
'adjust', 'adjust',
'reject' 'reject',
'saveDraft'
] ]
apiNameArray.forEach((apiName) => { apiNameArray.forEach((apiName) => {
if (responseUrl.includes(apiName)) { if (responseUrl.includes(apiName)) {