使用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,
0 个回复