diff --git a/public/react/src/services/wxcodeService.js b/public/react/src/services/wxcodeService.js index 4ca2f5382..073f248fa 100644 --- a/public/react/src/services/wxcodeService.js +++ b/public/react/src/services/wxcodeService.js @@ -4,11 +4,11 @@ * @Github: * @Date: 2020-01-15 15:44:36 * @LastEditors : tangjiang - * @LastEditTime : 2020-01-17 15:33:56 + * @LastEditTime : 2020-01-17 16:40:03 */ import axios from 'axios'; import cookie from 'react-cookies' -axios.defaults.withCredentials = true; +// axios.defaults.withCredentials = true; const setCookier = () => { const _params = window.location.search;