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