vue3 手機微信緩存

nginx配置文件修改,禁止這些資源的緩存,nginx需要做如下配置:

location / {
    root   html;
    index  index.html;
    add_header Cache-Control no-cache;
}

 

服務端拉取最新的資源,保證項目及時更正。

參考:https://www.cnblogs.com/kevingrace/p/10459429.html

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章