fix: 添加默认 responseType 配置

This commit is contained in:
winixt 2023-11-08 20:56:57 +08:00
parent 04e745fa72
commit 2e0162984a

View File

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