hive-app/common/jssdk/httpUtils.js
@@ -9,7 +9,7 @@ baseUrl: '/api', // #endif // #ifndef H5 baseUrl: 'http://120.27.238.55:8801', baseUrl: 'http://test.hive.jyymatrix.cc', // #endif handleToken(url){ let token = StorageUtil.getStorage('userInfo','token'); @@ -42,7 +42,6 @@ header, sslVerify: false, success: (res) => { extraObj.isShowLoad && uni.hideLoading() let result = res.data; if(!this.isNotLogin(result)){ resolve(result); @@ -64,6 +63,7 @@ } }); } extraObj.isShowLoad && uni.hideLoading() }, fail: (error) => { extraObj.isShowLoad && uni.hideLoading()