自动化立体仓库 - WCS系统
#
tqs
2022-12-03 f0cbc07048011f4c47aa7e26119af1b975d3b536
src/main/webapp/views/console.html
@@ -515,8 +515,8 @@
                } else if (res.code === 403) {
                    parent.location.href = baseUrl + "/login";
                } else {
                    alert(res.msg);
                    console.log(res.msg);
                }
            }
        });