created () { this.getData() }, watch: { $route (to, from) { // 执行ajax请求,但只希望在进入时请求,离开时不希望进行请求。 this.getData() } }
现在的情况是router在进入或离开都进行了请求,请问这怎么解决不必要的请求呢?
Thanks you in advance.
加一个判断to.name==='Router to Path'
1.4m articles
1.4m replys
5 comments
57.0k users