自动化立体仓库 - WMS系统
lty
2026-03-24 00929a147aa125a617f5ec28597bf355356f65f8
src/main/webapp/views/password.html
@@ -128,7 +128,7 @@
                    } else if (res.code === 403){
                        top.location.href = baseUrl+"/";
                    } else {
                        layer.msg(res.msg);
                        layer.msg(typeof I18n !== 'undefined' ? I18n.t(res.msg) : res.msg, {icon: 2});
                    }
                }
            });
@@ -143,4 +143,5 @@
        parent.layer.closeAll();
    });
</script>
</html>