|
|
@@ -174,7 +174,7 @@ function checkHandleRequest() {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-function handleHeads() {
|
|
|
+function handleHeaders() {
|
|
|
let headers = $request.headers;
|
|
|
// lk.log(JSON.stringify(headers));
|
|
|
|
|
|
@@ -206,7 +206,7 @@ function handleHeads() {
|
|
|
}
|
|
|
|
|
|
function handleLogin() {
|
|
|
- handleHeads();
|
|
|
+ handleHeaders();
|
|
|
let rspBody = lk.getResponseBody();
|
|
|
if (!rspBody) {
|
|
|
return;
|
|
|
@@ -238,7 +238,7 @@ function handleLogin() {
|
|
|
}
|
|
|
|
|
|
function handleUserInfo() {
|
|
|
- handleHeads();
|
|
|
+ handleHeaders();
|
|
|
let rspBody = lk.getResponseBody();
|
|
|
if (!rspBody) {
|
|
|
return;
|
|
|
@@ -260,7 +260,7 @@ function handleUserInfo() {
|
|
|
}
|
|
|
|
|
|
function handleMessageUnRead(){
|
|
|
- handleHeads();
|
|
|
+ handleHeaders();
|
|
|
}
|
|
|
|
|
|
function handleUserIsolationPageData(){
|