自动化立体仓库 - WCS系统
#
LSH
2023-02-09 319f665d3f2ce0e88193515e7fbdae39865e155d
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')
        },