mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 03:37:57 +08:00
fix: 添加默认 responseType 配置
This commit is contained in:
parent
04e745fa72
commit
2e0162984a
@ -9,6 +9,7 @@ function getRequestInstance() {
|
||||
type: ApplyPluginsType.modify,
|
||||
initialValue: {
|
||||
timeout: 10000,
|
||||
responseType: 'json',
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user