From 09116cc7e8cae999edd22d06f9c65a71347faff2 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Mon, 20 Dec 2021 15:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dede/templets/index_body.htm | 4 ++-- src/include/common.func.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dede/templets/index_body.htm b/src/dede/templets/index_body.htm index e90368ee..b031fffd 100755 --- a/src/dede/templets/index_body.htm +++ b/src/dede/templets/index_body.htm @@ -60,7 +60,7 @@
-
商业服务授权
+
商业授权
正在载入中...
@@ -89,7 +89,7 @@
-
系统基本信息
+
基本信息
diff --git a/src/include/common.func.php b/src/include/common.func.php index 971bf40f..78631562 100755 --- a/src/include/common.func.php +++ b/src/include/common.func.php @@ -203,7 +203,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0) } $func .= "var pgo=0;function JumpUrl(){if (pgo==0){location='$gourl'; pgo=1;}}"; $rmsg = $func; - $rmsg .= "document.write(\"\");"; + $rmsg .= "document.write(\"\");"; $rmsg .= "document.write(\"
"; $rmsg .= "

提示信息

\");"; $rmsg .= "document.write(\"
\");";