From 63af45eaa849552e4ea3ff0248c47bacb62cacdb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Wed, 16 Feb 2022 18:28:19 +0800
Subject: [PATCH] 对接接口

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

diff --git a/src/utils/request.js b/src/utils/request.js
index 2a3558b..6413023 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -68,7 +68,7 @@
 	// if (token) {
 	//   config.headers['Authorization'] = 'Bearer ' + token
 	// }
-	config.headers['Authorization'] = 'Bearer ';
+	// config.headers['Authorization'] = 'Bearer ';
 	return config
 }, err)
 

--
Gitblit v1.9.1