From e98b07c84a2a496da895ef6b523b29ccc75e004d Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期五, 23 八月 2024 11:27:01 +0800 Subject: [PATCH] 更新QuartzJob种子数据插入 --- WIDESEAWCS_Client/src/api/http.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WIDESEAWCS_Client/src/api/http.js b/WIDESEAWCS_Client/src/api/http.js index 7db9d97..c959bc8 100644 --- a/WIDESEAWCS_Client/src/api/http.js +++ b/WIDESEAWCS_Client/src/api/http.js @@ -86,11 +86,11 @@ function checkResponse (res) { //鍒锋柊token if (!res.headers) { - if (res.getResponseHeader("vol_exp") == "1") { + if (res.getResponseHeader("WIDESEAWCS_exp") == "1") { replaceToken(); } } - else if (res.headers.vol_exp == "1") { + else if (res.headers.WIDESEAWCS_exp == "1") { replaceToken(); } } -- Gitblit v1.9.3