mounted(){
window.onresize = () => {
return
(() => {
window.fullHeight = //獲取到的高度 document.documentElement.clientHeight;
})()
};
}