解决手机端缓存办法

vue页面在index.html里面加入以下代码,可以清除缓存

<meta http-equiv=”Expires” content=”0″>
<meta http-equiv=”Pragma” content=”no-cache”>
<meta http-equiv=”Cache-control” content=”no-cache”>
<meta http-equiv=”Cache” content=”no-cache”>