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