From 2e593c1e4bdb6bcb469c474ea48f9580783034a5 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 12 十二月 2024 19:16:24 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/utils/service.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/utils/service.js b/h5/utils/service.js
index 70e1617..0539bd3 100644
--- a/h5/utils/service.js
+++ b/h5/utils/service.js
@@ -18,7 +18,7 @@
 				method: options.method || 'GET',
 				header: options.header || {
 					// 鏍规嵁瀹為檯鎺ュ彛璁捐 key 鍙� token 鎴栬�� authorization
-					dm_user_token: token,
+					dm_user_token: token || '',
 					"content-type": 'application/json'
 				},
 				success: (res) => {

--
Gitblit v1.9.3