mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
应用优化
This commit is contained in:
@ -38,10 +38,10 @@ class Navigation extends Common
|
||||
parent::__construct();
|
||||
|
||||
// 登录校验
|
||||
$this->Is_Login();
|
||||
$this->IsLogin();
|
||||
|
||||
// 权限校验
|
||||
$this->Is_Power();
|
||||
$this->IsPower();
|
||||
|
||||
// 导航类型
|
||||
$this->nav_type = input('nav_type', 'header');
|
||||
|
||||
Reference in New Issue
Block a user