diff --git a/src/admin/js/indexbody.js b/src/admin/js/indexbody.js index cb7c502c..b24d90bd 100644 --- a/src/admin/js/indexbody.js +++ b/src/admin/js/indexbody.js @@ -34,12 +34,12 @@ function DedeCopyToClipboard(text) { $(function () { $.get("index_testenv.php", function (data) { if (data !== '') { - $("#tips").html(data); + $("#body-tips").html(data); } }); $.get("index_body.php?dopost=get_articles", function (data) { if (data !== '') { - $("#newarticles").html(data); + $("#system-word").html(data); } }); }); @@ -131,9 +131,9 @@ function LoadServer() { `; } infoStr += ""; - $("#_systeminfo").html(infoStr); + $("#system-info").html(infoStr); } else { - $("#_systeminfo").html(` + $("#system-info").html(` diff --git a/src/admin/templets/index_body.htm b/src/admin/templets/index_body.htm index b8535d1d..6b241ea2 100644 --- a/src/admin/templets/index_body.htm +++ b/src/admin/templets/index_body.htm @@ -19,7 +19,7 @@
-
+
@@ -106,7 +106,7 @@
版本授权
-
正在加载
+
正在加载
@@ -120,7 +120,7 @@
最新文档
-
正在加载
+
正在加载