From ffbcb17a9ce705b443c3a450e3e3d56f13ee712f Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期二, 23 九月 2025 13:13:56 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/shuttle_rcs_dev' into shuttle_rcs_dev

---
 src/main/webapp/static/js/locMast/locMast.js |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/src/main/webapp/static/js/locMast/locMast.js b/src/main/webapp/static/js/locMast/locMast.js
index 5a399b9..726e411 100644
--- a/src/main/webapp/static/js/locMast/locMast.js
+++ b/src/main/webapp/static/js/locMast/locMast.js
@@ -178,28 +178,6 @@
                     });
                 });
                 break;
-            case "init":
-                layer.prompt({title: '璇疯緭鍏ュ彛浠わ紝骞堕噸缃簱浣�', formType: 1,   shadeClose: true}, function(pass, idx){
-                    http.get(baseUrl+"/locMast/init/pwd", {pwd: pass}, function (res) {
-                        if (res.data) {
-                            layer.open({
-                                type: 1,
-                                title: '鍒濆鍖栧簱浣�',
-                                area: ["400px"],
-                                maxmin: true,
-                                shadeClose: true,
-                                content: $("#resetLocDiv"),
-                                success: function (layero, index) {
-
-                                }
-                            })
-                        } else {
-                            layer.msg("鍙d护閿欒");
-                        }
-                        layer.close(idx);
-                    })
-                });
-                break;
         }
     });
 

--
Gitblit v1.9.1