@@ -31,6 +31,9 @@ nextTick(() => {
detectionBrowser()
getAppVersion()
}
+ //获取屏幕宽高
+ const dom = document.body
+ console.log('高:' + dom.clientHeight, '宽:' + dom.clientWidth)
})
//设置主题