政
政
  应该修复了吧
> 还是 ` @Body(ALL)` 比较好,还方便用 interface 做参数类型校验 是的
@j710328466 使用上需要调整下 ``` `config.security = { csrf: { enable: false, }, domainWhiteList: ['*'], xframe: { enable: false, }, }; config.cors = { credentials: true, allowHeaders: 'Content-Type, Content-Length, Authorization, Accept, X-Requested-With',...
> 遇到了同样的问题 请问 你那边解决了么? 目前只能通过修改echart.js解决,注释掉 ` // el.addEventListener(name, handler /* , opts */);' // el.addEventListener(name, handler, opt);` https://github.com/NervJS/taro/issues/9914
@adamdehaven Hello, could you please help me check this PR? Thank you
> Thank you for the contribution! > > But I think we should align the design with SWR and avoid adding complex async logic at the cache read/write level. The...
> Thank you for the detailed thoughts and suggestions! > > I agree that supporting more flexible caching strategies is valuable. However, I think we should be cautious about making...