1***@qq.com
1***@qq.com
  • 发布:2023-02-23 16:29
  • 更新:2023-02-23 16:29
  • 阅读:249

跨域请求带cookie

分类:HBuilderX

使用uni.request()里面用了说在2.6版本后支持的withCredentials 使用后还是没发现有用啊 是否我使用有误 请指教

uni.request({
url: Request.mergeUrl(_config.url, _config.baseUrl, _config.params),
data: _config.data,
header: _config.header,
method: _config.method,
// #ifdef MP-ALIPAY
timeout: _config.timeout,
withCredentials:true,
//Cookie: 'token='+uni.getStorageSync('accessToken')+'; sidebarStatus=0',
// #endif
dataType: _config.dataType,
// #ifndef MP-ALIPAY || APP-PLUS
responseType: _config.responseType,

2023-02-23 16:29 负责人:无 分享
已邀请:

要回复问题请先登录注册