Browse Source

修复bug

ZaiZai 8 tháng trước cách đây
mục cha
commit
6a30230edd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

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