diff --git a/src/main/resources/templates/insertTiShenInfoPage.html b/src/main/resources/templates/insertTiShenInfoPage.html
index fa896f3..c6e2405 100644
--- a/src/main/resources/templates/insertTiShenInfoPage.html
+++ b/src/main/resources/templates/insertTiShenInfoPage.html
@@ -58,10 +58,7 @@
对应服务器:
-
+
@@ -114,9 +111,7 @@
function addTishenInfo() {
var erroCode = $('.ERRINFO');
var _id = $("input[name='_id']").val();
- // var serverInfo = $("#serverInfoInput").val();
- var serverInfo = document.getElementById("serverInfo").value;
-
+ var serverInfo = $("input[name='serverInfo']").val();
var remark = $("input[name='remark']").val();
if (_id === '' || _id == null) {
@@ -130,7 +125,7 @@
JSON.stringify({
"_id": _id,
"remark":remark,
- "serverInfo": serverInfo,
+ "serverInfo": serverInfo
})
,
url: "/addTishenServer",
diff --git a/src/main/resources/templates/tishenInfoManager.html b/src/main/resources/templates/tishenInfoManager.html
index db895d6..75b5c48 100644
--- a/src/main/resources/templates/tishenInfoManager.html
+++ b/src/main/resources/templates/tishenInfoManager.html
@@ -50,10 +50,7 @@
|
-
- 正式服
- 提审服
- |
+ |
|
diff --git a/src/main/resources/templates/updateTishenPage.html b/src/main/resources/templates/updateTishenPage.html
index e178da2..94072f4 100644
--- a/src/main/resources/templates/updateTishenPage.html
+++ b/src/main/resources/templates/updateTishenPage.html
@@ -58,10 +58,7 @@
对应服务器:
-
+
|