mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改登录变量
This commit is contained in:
parent
9f08279ff4
commit
bf4bfbe8d9
@ -46,8 +46,8 @@ class Login extends Controller
|
|||||||
$this->title = '系统登录';
|
$this->title = '系统登录';
|
||||||
$this->captchaType = 'LoginCaptcha';
|
$this->captchaType = 'LoginCaptcha';
|
||||||
$this->captchaToken = CodeExtend::uniqidDate(18);
|
$this->captchaToken = CodeExtend::uniqidDate(18);
|
||||||
$this->developmentMode = SystemService::instance()->checkRunMode();
|
$this->developMode = SystemService::instance()->checkRunMode();
|
||||||
$this->loginBackground = str_replace('|', ',', sysconf('login_image') ?: '');
|
$this->backgroundLogin = strtr(sysconf('login_image') ?: '', '|', ',');
|
||||||
// 刷新当前后台域名
|
// 刷新当前后台域名
|
||||||
$host = "{$this->request->scheme()}://{$this->request->host()}";
|
$host = "{$this->request->scheme()}://{$this->request->host()}";
|
||||||
if ($host !== sysconf('base.site_host')) sysconf('base.site_host', $host);
|
if ($host !== sysconf('base.site_host')) sysconf('base.site_host', $host);
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{extend name="index/index"}
|
{extend name="index/index"}
|
||||||
|
|
||||||
{block name="body"}
|
{block name="body"}
|
||||||
<div class="login-container" data-supersized="{$loginBackground|default='__ROOT__/static/theme/img/login/bg1.jpg,__ROOT__/static/theme/img/login/bg2.jpg'}">
|
<div class="login-container" data-supersized="{$backgroundLogin|default='__ROOT__/static/theme/img/login/bg1.jpg,__ROOT__/static/theme/img/login/bg2.jpg'}">
|
||||||
<div class="header notselect layui-hide-xs">
|
<div class="header notselect layui-hide-xs">
|
||||||
<a href="{:url('@')}" class="title">{:sysconf('app_name')}<span>{:sysconf('app_version')}</span></a>
|
<a href="{:url('@')}" class="title">{:sysconf('app_name')}<span>{:sysconf('app_version')}</span></a>
|
||||||
{notempty name='developmentMode'}
|
{notempty name='developMode'}
|
||||||
<a class="pull-right layui-anim layui-anim-fadein" href='https://gitee.com/zoujingli/ThinkAdmin'>
|
<a class="pull-right layui-anim layui-anim-fadein" href='https://gitee.com/zoujingli/ThinkAdmin'>
|
||||||
<img src='https://gitee.com/zoujingli/ThinkAdmin/widgets/widget_1.svg' alt='Fork me on Gitee'>
|
<img src='https://gitee.com/zoujingli/ThinkAdmin/widgets/widget_1.svg' alt='Fork me on Gitee'>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user