this.$router.go(0)方法在safari 浏览器上不能刷新页面,vue 现在也没有解决这个问题。
后来百度一番发现也没有什么其他好的方法,只能用js 原生的 window.location.reload() 方法刷新页面

window.location.reload()

相关文章:

  • 2021-05-29
  • 2021-06-28
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案