在 vue.config.js 中配置 hash

{
  outputDir: 'dist',
  assetsDir: 'static',
  // 文件名哈希
  filenameHashing:true, 
  pages: {
    index: {
      //hash: true,
    }
  },
}

缓存和版本号

https://blog.csdn.net/qq_34701838/article/details/124959358