shawenguan 2 anni fa
parent
commit
31a84e6642
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Scripts/thwj/thwjHelper.js

+ 2 - 1
Scripts/thwj/thwjHelper.js

@@ -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();