自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-15 57374f693d6977784497e92c61304a0d26e83438
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");
            }
        }