修改后台登录中间件顺序

This commit is contained in:
tao 2021-11-13 16:04:34 +08:00
parent 9d64d858ee
commit aef2058421
3 changed files with 4 additions and 5 deletions

View File

@ -7,8 +7,8 @@
* 后台http://adm.aieok.com:888 * 后台http://adm.aieok.com:888
* 账号test * 账号test
* 密码test123 * 密码test123
* 版本TaoLer 1.8.12 * 版本TaoLer 1.8.13
* 日期2021.11.4 * 日期2021.11.13
#### 项目地址 #### 项目地址

View File

@ -1,7 +1,6 @@
<?php <?php
return [ return [
app\middleware\Auth::class,
//'logedcheck' => \app\middleware\logedCheck::class,
app\middleware\AdminLoginCookie::class, app\middleware\AdminLoginCookie::class,
app\middleware\Auth::class,
]; ];

View File

@ -7,7 +7,7 @@ return [
//应用名,此项不可更改 //应用名,此项不可更改
'appname' => 'TaoLer', 'appname' => 'TaoLer',
//版本配置 //版本配置
'version' => '1.8.12', 'version' => '1.8.13',
//加盐 //加盐
'salt' => 'taoler', 'salt' => 'taoler',
//数据库备份目录 //数据库备份目录