From 47b047b31e9b6706ab8b3de7a85652a8a98e2e66 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 8 Jun 2026 13:54:49 +0800 Subject: [PATCH] =?UTF-8?q?fetch=20=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Information/fetch.js b/src/forge/Information/fetch.js index d4e74dbb..b7b23f9e 100644 --- a/src/forge/Information/fetch.js +++ b/src/forge/Information/fetch.js @@ -15,7 +15,7 @@ function beforeFetch(actionUrl){ service.interceptors.request.use(request => { let deptId = sessionStorage.getItem('deptId'); - request.headers.Authorization = '8786c89c803fc2420f75c19895f0cee794b6f9a3' + // request.headers.Authorization = '8786c89c803fc2420f75c19895f0cee794b6f9a3' if (deptId) { // 用于权限区分 request.headers['Dept-Id'] = deptId