DESKTOP-O04BTUJ\muzen 3 anni fa
parent
commit
74d222d6d3
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/App.vue

+ 0 - 2
src/App.vue

@@ -12,11 +12,9 @@ export default {
     getDeviceInfo.postMessage('获取设备信息')
     // 暴露setUserInfo方法给APP
     window['setUserInfo'] = res => {
-      console.log(res);
       this.globalData.userInfo = JSON.parse(res)
     }
     window['setDeviceInfo'] = res => {
-      console.log(res);
       this.globalData.statusBarHeight = JSON.parse(res).statusHeight
     }
   }