beforeCreate(){
// 添加背景色
document.querySelector('body').setAttribute('style', 'background-color:#ffffff')
},
beforeDestroy(){
document.querySelector('body').setAttribute('style', '')
},
来源:https://www.cnblogs.com/dehuachenyunfei/p/11675747.html