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