From dad4b7fd3a7fcaed73d28f0ebd9e90d86ca21225 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 22 七月 2025 12:34:51 +0800
Subject: [PATCH] #

---
 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