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