FFIVE
在a页面(你的应该是列表页)写一个watch,监听路由: watch: { '$route' (to, from){ if (xxx) { this.$router.push({name:'reload'}) } } }, ``` 同时写一个刷新页面的方法,根据上一个路由是hoem,还是b,来选择是否执行执行刷新页面.