From a3a48da30bdea132d2bfbb47fa2ccf83f1937c45 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Tue, 19 Jan 2021 08:29:55 +0800
Subject: [PATCH] 提交

---
 hive-app/common/jssdk/httpUtils.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hive-app/common/jssdk/httpUtils.js b/hive-app/common/jssdk/httpUtils.js
index bdaba41..d142275 100644
--- a/hive-app/common/jssdk/httpUtils.js
+++ b/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()

--
Gitblit v1.9.1