export default {
  watch:{
    $route(){
      alert(1)
    }
  }
}

相关文章: