From 9c695b19fc896c497c20bda6089f824c1705836c Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Mon, 28 Feb 2022 21:12:42 +0800
Subject: [PATCH] 添加md预览弹窗

---
 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