|
|
@@ -57,10 +57,11 @@ async function checkHandleRequest() {
|
|
|
const path = $request.path;
|
|
|
lk.log(`请求path=${path}#${$request.method}`);
|
|
|
if ($request && $request.method != 'OPTIONS') {
|
|
|
+ lk.log("path000=" + path);
|
|
|
if (path.indexOf("?") > -1) {
|
|
|
path = path.split("?")[0];
|
|
|
}
|
|
|
- lk.log("path=" + path);
|
|
|
+ lk.log("path111=" + path);
|
|
|
switch (path) {
|
|
|
case '/':
|
|
|
handleRspCookie();
|