zhaoxiaohai 2 years ago
parent
commit
0e09d8ef56
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/login/modules/login.js

+ 0 - 2
pages/login/modules/login.js

@@ -29,14 +29,12 @@ function query_userauth(i = 0) {
             nocache: true
         }
     }).then(res => {
-        console.log("权限", res)
         if (res.msg != '成功') return query_userauth(i + 1);
         wx.setStorageSync('userauth', res.data);
         count += 1;
         toHome();
     });
     if (!getApp().globalData.socketEstablish) getApp().initSocket();
-    console.log(getApp().globalData.SocketTask)
 }
 /* 查询站点数据 */
 function querySite_Parameter(i = 0) {