|
|
@@ -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) {
|