shawenguan 2 năm trước cách đây
mục cha
commit
d16dc68596
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Scripts/thwj/thwjHelper.js

+ 3 - 0
Scripts/thwj/thwjHelper.js

@@ -59,7 +59,10 @@ async function checkHandleRequest() {
     if ($request && $request.method != 'OPTIONS') {
         lk.log("path000=" + path);
         if (path.indexOf("?") > -1) {
+            lk.log(path.split("?"));
+            lk.log("########000########");
             path = path.split("?")[0];
+            lk.log("#######111#########");
         }
         lk.log("path111=" + path);
         switch (path) {