From adf0f1ece52bb7dff3d2528e941d4c1248aae537 Mon Sep 17 00:00:00 2001 From: xushubieli Date: Thu, 13 Jan 2022 11:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dede/templets/login.htm | 6 +++--- src/include/common.func.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dede/templets/login.htm b/src/dede/templets/login.htm index 3008f6d7..5bd654bd 100755 --- a/src/dede/templets/login.htm +++ b/src/dede/templets/login.htm @@ -20,18 +20,18 @@ h1{font-size:22px} .login-area{background:#ffffff;padding:2rem;border-radius:.25rem} .login-area .btnLogin{width:100%} .login-power{padding-top:1rem} -.login-power a,.goindex a{color:#3db058} +.system,.model,.goindex a,.login-power a{color:#008e38}
-
+
系统
-
+
diff --git a/src/include/common.func.php b/src/include/common.func.php index ac0ad7eb..17b4c5cb 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(\"
\");";