From 6efb6de42127cd36d893ae0c6a0f55dcae457754 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 13 二月 2025 17:37:05 +0800
Subject: [PATCH] qx

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

diff --git a/src/utils/request.js b/src/utils/request.js
index 06ed687..7e52c0c 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -28,7 +28,6 @@
   const isRepeatSubmit = (config.headers || {}).repeatSubmit === false
   if (getToken() && !isToken) {
     config.headers['Authorization'] = 'Bearer ' + getToken()
-    console.log(store)
     config.headers['hospId'] = Cookies.get("hospId");
   }
   if (config.method === 'get' && config.params) {

--
Gitblit v1.8.0