watch:?{
?????$route:?function(to,?from)?{
??????if?(to.path?!==?from.path)?{
????????this.articleDetails();
??????}
????}
??},
watch:?{
?????$route:?function(to,?from)?{
??????if?(to.path?!==?from.path)?{
????????this.articleDetails();
??????}
????}
??},