From ff3b5df7015b2f2c5e24d9973a7b443309d8e579 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期六, 19 七月 2025 18:07:29 +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