kongdeqiang
2026-04-29 c5d77a67a20575dc9754dec40947ad652376f0cc
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;
        }
    }