diff --git a/examples/components/Play.jsx b/examples/components/Play.jsx index a58584e29..e4db340fc 100644 --- a/examples/components/Play.jsx +++ b/examples/components/Play.jsx @@ -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) {