vue每次重新编译打包发布出现缓存,每次都需要强制刷新页面才生效,下面web建站小编给大家简单介绍一下解决方法!
在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">
location = /index.html { add_header Cache-Control "no-cache, no-store"; }
上面是“vue重新打包发布项目出现缓存问题如何解决”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3968.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!