07497055创建于 2023年8月30日历史提交
// Credentials carrying login status must be include
export default function fetch (url: any, options: any) {
  return window.fetch(url, { ...options, credentials: 'omit' })
}