watch:{ // "$route": "monitorAPP" $route: { handler:function(val, oldVal){ this.$nextTick(function(){ //頁面加載完成後執行 this.monitorAPP() }) }, // 深度觀察監聽 deep: true } }