From bf4bfbe8d9a55663dbe8a8e6f020a96ffd93182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 16 Oct 2021 16:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/Login.php | 4 ++-- app/admin/view/login/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/admin/controller/Login.php b/app/admin/controller/Login.php index fcda617cc..4e00c52cb 100644 --- a/app/admin/controller/Login.php +++ b/app/admin/controller/Login.php @@ -46,8 +46,8 @@ class Login extends Controller $this->title = '系统登录'; $this->captchaType = 'LoginCaptcha'; $this->captchaToken = CodeExtend::uniqidDate(18); - $this->developmentMode = SystemService::instance()->checkRunMode(); - $this->loginBackground = str_replace('|', ',', sysconf('login_image') ?: ''); + $this->developMode = SystemService::instance()->checkRunMode(); + $this->backgroundLogin = strtr(sysconf('login_image') ?: '', '|', ','); // 刷新当前后台域名 $host = "{$this->request->scheme()}://{$this->request->host()}"; if ($host !== sysconf('base.site_host')) sysconf('base.site_host', $host); diff --git a/app/admin/view/login/index.html b/app/admin/view/login/index.html index 421c10e0f..69dc5013d 100644 --- a/app/admin/view/login/index.html +++ b/app/admin/view/login/index.html @@ -1,10 +1,10 @@ {extend name="index/index"} {block name="body"} -
+