watch:{ // "$route": "monitorAPP" $route: { handler:function(val, oldVal){ this.$nextTick(function(){ //页面加载完成后执行 this.monitorAPP() }) }, // 深度观察监听 deep: true } }