pengteling
5/21/2019 - 5:41 AM

修复iOS版微信HTML5 History兼容性问题



// XXX: 修复iOS版微信HTML5 History兼容性问题
  // if (isiOS && to.path !== window.location.pathname) {
  //   // 此处不可使用location.replace
  //   window.location.assign(to.fullPath)
  // }