axios 请求header中添加Pragma:no-cache。 永久性解决方法是在axios配置添加这个参数,比如: const config {headers: { Pragma: no-cache},params: ...
確定! 回上一頁