1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00

fix: 添加默认 responseType 配置

This commit is contained in:
winixt 2023-11-08 20:56:57 +08:00
parent 145c87fc57
commit c910237839

@ -9,6 +9,7 @@ function getRequestInstance() {
type: ApplyPluginsType.modify,
initialValue: {
timeout: 10000,
responseType: 'json',
},
});