gx
queenwuli
2021-01-28 b83ba3cc4687f21d744e9866e10e30e91229e8a4
hive-app/common/jssdk/httpUtils.js
@@ -73,7 +73,7 @@
      });
   },
   isNotLogin(err) {
       return !err || !err.status || err.status == 700014;
       return err.status && err.status == 700014;
   },
   getRoleInfo(){
      return StorageUtil.getStorage('userInfo','roleInfo')