|
@@ -60,6 +60,7 @@ async function checkHandleRequest() {
|
|
|
if (path.indexOf("?") > -1) {
|
|
if (path.indexOf("?") > -1) {
|
|
|
path = path.split("?")[0];
|
|
path = path.split("?")[0];
|
|
|
}
|
|
}
|
|
|
|
|
+ lk.log("path=" + path);
|
|
|
switch (path) {
|
|
switch (path) {
|
|
|
case '/':
|
|
case '/':
|
|
|
handleRspCookie();
|
|
handleRspCookie();
|