From ca4d537c4065315be5c5c27cdef733fc383c4b74 Mon Sep 17 00:00:00 2001
From: kongdeqiang <kongdeqiang@960204@163.com>
Date: 星期四, 13 十一月 2025 08:02:24 +0800
Subject: [PATCH] fix:新分支
---
src/main/resources/templates/mysql/addDb.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/mysql/addDb.html b/src/main/resources/templates/mysql/addDb.html
index 1d24a8c..9b43040 100644
--- a/src/main/resources/templates/mysql/addDb.html
+++ b/src/main/resources/templates/mysql/addDb.html
@@ -151,12 +151,12 @@
}
});
function onSubmit() {
- $("#form1").attr("action","/wgcloud/dbInfo/save");
+ $("#form1").attr("action","/tssw/dbInfo/save");
return true;
}
function test(){
- $("#form1").attr("action","/wgcloud/dbInfo/validate");
+ $("#form1").attr("action","/tssw/dbInfo/validate");
$("#form1").ajaxSubmit(function(message) {
var msg = JSON.parse(message);
if(msg.code!=""){
--
Gitblit v1.9.1