应用优化

This commit is contained in:
devil_gong
2019-02-12 11:46:46 +08:00
parent 589b5f9e19
commit 08bb69c3b4
54 changed files with 266 additions and 178 deletions

View File

@ -34,10 +34,10 @@ class CustomView extends Common
parent::__construct();
// 登录校验
$this->Is_Login();
$this->IsLogin();
// 权限校验
$this->Is_Power();
$this->IsPower();
}
/**