增加全局http参数

This commit is contained in:
2024-11-25 18:42:20 +08:00
parent 68efdc6a07
commit 708b9e4999
2 changed files with 20 additions and 1 deletions

View File

@@ -6,9 +6,13 @@ const defaultConfig = {
base64Key: "WmdUzPJXbngVNiaSsQrihg==",
prefix: "",
onHttpError: (res) => {
},
httpParams:(res)=>{
}
}
/**
* 获取网络请求配置
*/