Sounds like you want cache-control, which Axios supports with an extension. ... headers: { 'Cache-Control': 'no-cache' }, // cache will be enabled by ...
確定! 回上一頁