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