From bd3c4b90882fc29711a5e73f4929db2da3e22cb6 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 06 三月 2026 11:14:11 +0800
Subject: [PATCH] 建模gis监管页面样式修改

---
 fzzy-igdss-web/src/main/resources/templates/lock.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/lock.html b/fzzy-igdss-web/src/main/resources/templates/lock.html
index 243fbf2..da3732d 100644
--- a/fzzy-igdss-web/src/main/resources/templates/lock.html
+++ b/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("");

--
Gitblit v1.9.3