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(\"
\");";