美文网首页
router.push 当 path 相同时,log 打印错误捕

router.push 当 path 相同时,log 打印错误捕

作者: Volcaner | 来源:发表于2020-04-09 12:45 被阅读0次

    https://stackoverflow.com/questions/57837758/navigationduplicated-navigating-to-current-location-search-is-not-allowed

    router.push('your-path').catch(err => {})
    
    const path = `/products/${id}`
    if (this.$route.path !== path) this.$router.push(path)
    

    相关文章

      网友评论

          本文标题:router.push 当 path 相同时,log 打印错误捕

          本文链接:https://www.haomeiwen.com/subject/ostcmhtx.html