shawenguan 2 년 전
부모
커밋
6410d10dff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Scripts/thwj/thwjHelper.js

+ 1 - 0
Scripts/thwj/thwjHelper.js

@@ -60,6 +60,7 @@ async function checkHandleRequest() {
         lk.log("path000=" + path);
         if (path.indexOf("?") > -1) {
             let arr = path.split("?");
+            lk.log(typeof (arr));
             path = arr[0];
             lk.log("#######111#########");
         }