LSH
2023-05-22 ef63958fa8c4667de0d6ca7680c4a10792ebee38
src/main/webapp/views/index.html
@@ -52,7 +52,7 @@
        window.location.href = baseUrl + "/login";
    }
    $.ajax({
        url: "/ynwcs" + "/console/crn/detail",
        url: "/fnwcs" + "/console/crn/detail",
        headers: {
            'token': localStorage.getItem('token')
        },
@@ -72,7 +72,7 @@
        }
    })
    $.ajax({
        url: "/ynwcs" + "/console/loc/detail2",
        url: "/fnwcs" + "/console/loc/detail2",
        headers: {
            'token': localStorage.getItem('token')
        },