From 5ff3a47f69eef3549dadd0dc71f20ad72a4cde7f Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 13 二月 2025 20:27:13 +0800 Subject: [PATCH] 1 --- 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