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">
原文地址:https://www.cnblogs.com/summerXll/p/9052657.html
时间: 2024-10-28 19:40:02