自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 b8162b2c9193df92a704a78cc49db6d7da152f89
src/main/webapp/views/login.html
@@ -141,8 +141,8 @@
        url: baseUrl+"/code/switch.action",
        async: false,
        success: function (res) {
            codeSwitch = res.data;
            if (codeSwitch === 'N'){
            if (res.data === 'N'){
                codeSwitch = res.data;
                $('#code-box').css("display", "none");
            }
        }