update cookie

dev_tj
tangjiang 5 years ago
parent 7e4b9e47a2
commit cccd3f4149

@ -4,11 +4,11 @@
* @Github: * @Github:
* @Date: 2020-01-15 15:44:36 * @Date: 2020-01-15 15:44:36
* @LastEditors : tangjiang * @LastEditors : tangjiang
* @LastEditTime : 2020-01-17 15:33:56 * @LastEditTime : 2020-01-17 16:40:03
*/ */
import axios from 'axios'; import axios from 'axios';
import cookie from 'react-cookies' import cookie from 'react-cookies'
axios.defaults.withCredentials = true; // axios.defaults.withCredentials = true;
const setCookier = () => { const setCookier = () => {
const _params = window.location.search; const _params = window.location.search;

Loading…
Cancel
Save