Axios 禁用缓存
摘要:
Disable cache for Axios1. set headers.Cache-Control = 'no cache' // not work for 0.19.x or later?2. set timestamp in url parameter for each request(ne 阅读全文
posted @ 2020-08-12 17:06 翰墨小生 阅读(3683) 评论(0) 推荐(0) 编辑