猿问

this.$router.push跳转的路由和watch监听的路由不一样?

https://img1.mukewang.com/5c5711940001eaa508000174.jpg

watch: {
      $route(newVal, oldVal){
        console.log(newVal.path)        this.setTags(newVal);
      }
    },
 closeTags(index) {        const delItem = this.tagsList.splice(index, 1)[0];        const item = this.tagsList[index] ? this.tagsList[index] : this.tagsList[index - 1];        if (item) {
          console.log(item.path)
          delItem.path === this.$route.fullPath && this.$router.push(item.path);
        }else{          this.$router.push('/main');
        }
      }


慕容708150
浏览 1650回答 1
1回答

蛊毒传说

console结果可以贴一下么,而且用store传路由路径是什么操作
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答