From 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 19:17:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 pda/utils/service.js |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/pda/utils/service.js b/pda/utils/service.js
index 0253a05..342b331 100644
--- a/pda/utils/service.js
+++ b/pda/utils/service.js
@@ -5,15 +5,10 @@
 			let token = uni.getStorageSync('token') || null
 			// 鍦ㄧ櫥褰曠殑鏃跺�欓渶瑕佸偍瀛� token uni.setStorageSync("authorization","杩欓噷鏄櫥褰曡幏鍙栫殑token鍊�")
 
-			// uni.showLoading({
-			// 	title:"鍔犺浇涓�..."
-			// })
-			if(!options.hideLoading){
-				uni.showLoading({
-					title: '鍔犺浇涓�',
-					mask: true
-				})
-			}
+			uni.showLoading({
+				title: '鍔犺浇涓�',
+				mask: true
+			})
 			uni.request({
 				url: baseUrl + options.url,
 				data: options.data || {},

--
Gitblit v1.9.3