sgj
2026-01-29 bb1f4a48238234b53b106614485d386da79dbf00
fzzy-igdss-web/src/main/resources/templates/lock.html
@@ -42,6 +42,7 @@
</body>
<script th:inline="javascript">
    var ctx = [[@{/}]];
    var deptId = [[${deptId}]];
    Date.prototype.format = function(fmt) {
     var o = {
       "M+" : this.getMonth()+1,                 //月份
@@ -99,7 +100,7 @@
            },
            success: function(result) {
                if (result.code == web_status.SUCCESS) {
                    location.href = ctx + 'index';
                    location.href = ctx + 'index' + "?deptId=" + deptId;
                } else {
                    $.modal.msg(result.msg);
                    $("input[name='password']").val("");