dengzedong
9 天以前 c5d272f5bd77aa2f97da59f0b72a392de430d738
1
2
3
4
// 携带登录态credentials必须为include
export default function fetch(url, options) {
  return window.fetch(url, { ...options, credentials: "omit" });
}