From 9bb4d71dc57eee0314c34b536e1faf3b3c61b217 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 12 十二月 2025 10:55:25 +0800
Subject: [PATCH] 大屏提交2:GIS地图修改

---
 fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord.js |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord.js b/fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord.js
index 9d7f6b4..1e7983c 100644
--- a/fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord.js
+++ b/fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord.js
@@ -194,8 +194,9 @@
         String(d.getMonth() + 1).padStart(2, '0') + '-' +
         String(d.getDate()).padStart(2, '0') + ' ' +
         String(d.getHours()).padStart(2, '0') + ':' +
-        String(d.getMinutes()).padStart(2, '0') + ':' +
-        String(d.getSeconds()).padStart(2, '0');
+        String(d.getMinutes()).padStart(2, '0')
+        // + ':' +
+        // String(d.getSeconds()).padStart(2, '0');
 }
 
 /**
@@ -288,5 +289,13 @@
 }
 function openConf() {
     var url = ctx + "com.fzzy.igds.SnapConf.d";
-    $.modal.openTab("鎶撴媿閰嶇疆", url);
+    var options = {
+        title: "鎶撴媿閰嶇疆",
+        url: url,
+        btn: 0,
+        yes: function (index, layero) {
+            $.modal.close(index);
+        }
+    };
+    $.modal.openOptions(options);
 }

--
Gitblit v1.9.3