dengzedong
2025-02-06 9215b4c879dc129da529b17cf0a461c3f225c9af
1
2
3
4
// 携带登录态credentials必须为include
export default function fetch(url, options) {
  return window.fetch(url, { ...options, credentials: "omit" });
}