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