zhaoxiaohai 3 년 전
부모
커밋
f3557d1bf2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/login/modules/login.js

+ 3 - 1
pages/login/modules/login.js

@@ -24,7 +24,9 @@ function query_userauth(i = 0) {
     _Http.basic({
         "classname": "sysmanage.develop.userauth.userauth",
         "method": "query_userauth",
-        content: {}
+        content: {
+            nocache: true
+        }
     }).then(res => {
         if (res.msg != '成功') return query_userauth(i + 1);
         wx.setStorageSync('userauth', res.data);