Jay
2024-11-25 aba8b469303d7059445fcb081d1013a2783b76ea
1
2
3
4
// 携带登录态credentials必须为include
export default function fetch(url, options) {
  return window.fetch(url, { ...options, credentials: "omit" });
}