提交 609ac13f authored 作者: 钟是志's avatar 钟是志

优化代码

上级 edb703fa
......@@ -5,7 +5,7 @@ import router from 'umi/router';
import { routerRedux } from 'dva/router';
import store from 'dva';
import FormdataWrapper from './object-to-formdata-custom';
import { getToken, clearToken, } from './authority';
import {getToken, clearToken, getIsBei_Dian,} from './authority';
const codeMessage = {
200: '服务器成功返回请求的数据。',
201: '新建或修改数据成功。',
......@@ -46,7 +46,7 @@ function checkStatus(response) {
export default function request(url, options, config = {enableLoading: true}) {
const { errorHandle } = config; // 错误弹窗 回调
const defaultOptions = {
credentials: 'include',
credentials: getIsBei_Dian() ? 'include' : 'omit',
mode: 'cors',
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论