From b2f0547067840c6ef5333216c5ee2cf38e07025a Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期一, 01 十二月 2025 17:21:29 +0800
Subject: [PATCH] 修改项目
---
src/main/resources/templates/mail/view.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/mail/view.html b/src/main/resources/templates/mail/view.html
index 2c918f1..499cc37 100644
--- a/src/main/resources/templates/mail/view.html
+++ b/src/main/resources/templates/mail/view.html
@@ -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