|
@@ -47,7 +47,7 @@ class Login extends Controller
|
|
|
$this->captchaType = 'LoginCaptcha';
|
|
|
$this->captchaToken = CodeExtend::uniqidDate(18);
|
|
|
$this->developMode = SystemService::instance()->checkRunMode();
|
|
|
- $this->backgroundLogin = strtr(sysconf('login_image') ?: '', '|', ',');
|
|
|
+ $this->backgrounds = strtr(sysconf('login_image') ?: '', '|', ',');
|
|
|
// 刷新当前后台域名
|
|
|
$host = "{$this->request->scheme()}://{$this->request->host()}";
|
|
|
if ($host !== sysconf('base.site_host')) sysconf('base.site_host', $host);
|