fix: 修复宝塔授权测试按钮显示错误的bug

This commit is contained in:
xiaojunnuo
2025-04-28 21:33:07 +08:00
parent 27a405fb1d
commit 048696ee93
2 changed files with 0 additions and 3 deletions
@@ -69,12 +69,10 @@ function createService() {
const err = new CodeError(errorMessage, dataAxios.code, dataAxios.data);
// @ts-ignore
response.config.onError(err);
return;
}
//@ts-ignore
const showErrorNotify = response?.config?.showErrorNotify;
errorCreate(`${errorMessage}: ${response.config.url}`, showErrorNotify, dataAxios);
return dataAxios;
}
},
error => {