From c5d77a67a20575dc9754dec40947ad652376f0cc Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 29 四月 2026 10:49:53 +0800
Subject: [PATCH] fix:提交

---
 src/main/resources/templates/mail/view.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/templates/mail/view.html b/src/main/resources/templates/mail/view.html
index 2c918f1..6db456c 100644
--- a/src/main/resources/templates/mail/view.html
+++ b/src/main/resources/templates/mail/view.html
@@ -57,7 +57,7 @@
                     <input type="text"  th:value="${mailSet.fromMailName}" autocomplete="off" class="validate[required,maxSize[40],custom[email]] form-control" name="fromMailName" id="fromMailName" placeholder="123456@qq.com">
                 </div>
                 <div class="form-group">
-                    <label for="fromPwd"><font color="red">*</font>鍙戦�侀偖绠卞瘑鐮� <span  data-trigger="hover"  data-container="body" data-toggle="popover" data-placement="top" data-content="鏄剧ず瀵嗙爜" onclick="javascript:showPasswd();" style="cursor:pointer;margin-left: 5px"><i id="eyeSwitch" class="fa fa-eye"></i></span></label>
+                    <label for="fromPwd"><font color="red">*</font>鍙戦�侀偖绠辨巿鏉冪爜 <span  data-trigger="hover"  data-container="body" data-toggle="popover" data-placement="top" data-content="鏄剧ず瀵嗙爜" onclick="javascript:showPasswd();" style="cursor:pointer;margin-left: 5px"><i id="eyeSwitch" class="fa fa-eye"></i></span></label>
                     <input type="password"  th:value="${mailSet.fromPwd}"  class="validate[required,maxSize[20]] form-control" name="fromPwd" id="fromPwd" placeholder="">
                 </div>
                 <div class="form-group">
@@ -148,13 +148,13 @@
     });
 
     function test() {
-        $("#form1").attr("action","/wgcloud/mailset/test");
+        $("#form1").attr("action","/tssw/mailset/test");
         $("#form1").submit();
     }
 
     function del(id) {
         if(confirm('浣犵‘瀹氳鍒犻櫎鍚楋紵')){
-            window.location.href = "/wgcloud/mailset/del?id="+id;
+            window.location.href = "/tssw/mailset/del?id="+id;
         }
     }
 

--
Gitblit v1.9.1