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);