自动化立体仓库 - WCS系统
luxiaotao1123
2020-09-08 28a7821e43bd5763739fe67384cfea6693b3500b
src/main/webapp/static/js/common.js
@@ -1,9 +1,4 @@
// 生产
// var baseUrl = "/wcs";
// 测试
var baseUrl = "";
// 系统运行状态
var systemRunning = true;
var baseUrl = "/gdwcs";
// 赋值
function setVal(el, val) {
@@ -147,7 +142,7 @@
                    } else if (res.code === 403){
                        window.location.href = baseUrl+"/login";
                    }  else {
                        alert(res.msg);
                        layer.msg(res.msg, {icon: 2});
                    }
                },
                error: function (res, type) {