chore: 修复 git pages cros 报错 (#6000)

This commit is contained in:
吴多益 2022-12-30 10:35:34 +08:00 committed by GitHub
parent 4c568d2592
commit ee17956dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {