This commit is contained in:
thinkgem
2021-10-22 09:47:22 +08:00
parent 8e9f183ec1
commit 9aa8c2d4df
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<nav class="navbar navbar-static-top">
<div class="logo" data-toggle="push-menu">
<b>${@Global.getConfig('productName')}</b>
<b>${@Global.getConfig('productNamePrefix')}${@Global.getConfig('productName')}</b>
<small title="${text('点击缩小侧边栏,右键隐藏侧边栏')}">&nbsp; &nbsp;<i class="fa fa-bars"></i></small>
</div>
<%/*<!--%><a href="javascript:" class="sidebar-toggle" data-toggle="push-menu" role="button">

View File

@@ -5,8 +5,10 @@
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
<div class="login-box" style="margin:7% auto 300px auto;">
<div class="login-logo">
<a href="${ctxAdmin}/login"><b>${@Global.getConfig('productName')}</b>
<small>${@Global.getConfig('productVersion')}</small></a>
<a href="${ctxAdmin}/login">
<b>${@Global.getConfig('productNamePrefix')}${@Global.getConfig('productName')}</b>
<small>${@Global.getConfig('productVersion')}</small>
</a>
</div>
<div class="login-box-body">
<% var isLoginByValidCode = @Global.getConfigToBoolean('user.loginByValidCode', 'true'); %>