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