From 4b73f1c17e306e12fb134fa4a335ee5601de90fa Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 13 Sep 2024 17:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/http.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/http/yskApi/http.js b/http/yskApi/http.js index 2aca0ef..18047f6 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -23,10 +23,6 @@ const loadingShowTime = 200 function getHeader(){ const headerObject={} headerObject["Authorization"] = storageManage.token() - headerObject["Content-Type"] = 'application/json' - headerObject["loginname"] = 'admin' - headerObject["token"] = 'eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyVHlwZSI6Ik1HIiwiZXhwIjoxNjkwMTgwNzE2LCJ1c2VySWQiOiIyNDQiLCJpYXQiOjE2ODg3MDk0ODcsImxvZ2luTmFtZSI6ImFkbWluIn0.lqxxvv2-FcecQngMBorz4MpkB3mIJQDG-IUULQyV-KQ' - headerObject["userId"] = '244' return headerObject }