自动化立体仓库 - WCS系统
#
18516761980
2020-09-22 9afb595b24138004879b62eee43ded425b497c58
src/main/webapp/static/js/common.js
@@ -140,7 +140,7 @@
                    if (res.code === 200){
                        callback(res);
                    } else if (res.code === 403){
                        window.location.href = baseUrl+"/login";
                        parent.location.href = baseUrl+"/login";
                    }  else {
                        layer.msg(res.msg, {icon: 2});
                    }