From d4e6ec0389dd8abbcce4ee4f9e5cdad1633491d5 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 11 五月 2023 09:44:25 +0800
Subject: [PATCH] 修改项目

---
 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