mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
chore: 修复 git pages cros 报错 (#6000)
This commit is contained in:
parent
4c568d2592
commit
ee17956dd2
@ -160,7 +160,6 @@ export default class PlayGround extends React.Component {
|
||||
let {url, method, data, responseType, config, headers} = api;
|
||||
config = config || {};
|
||||
config.url = url;
|
||||
config.withCredentials = true;
|
||||
responseType && (config.responseType = responseType);
|
||||
|
||||
if (config.cancelExecutor) {
|
||||
|
Loading…
Reference in New Issue
Block a user