shawenguan 2 yıl önce
ebeveyn
işleme
d16dc68596
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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) {