插件的一些调整

This commit is contained in:
2017-06-21 16:41:12 +08:00
parent 4c07da02b5
commit 48fb02fb3d
9 changed files with 72 additions and 11 deletions

View File

@@ -11,8 +11,13 @@ namespace addons\syslogin\controller;
use app\common\controller\Addons;
class Admin extends Addons{
public function lists(){
}
public function setting(){
$this->setMeta('第三方登录设置');
$this->template('admin/login');
}
}