扩展插件完善优化

This commit is contained in:
2020-04-16 22:16:28 +08:00
parent 5439ccd8fb
commit ce9b63dda1
7 changed files with 48 additions and 29 deletions

View File

@@ -8,11 +8,13 @@
// +----------------------------------------------------------------------
namespace addons\syslogin\controller;
use app\common\controller\Addons;
class Index extends Addons{
class Index extends \app\controller\front\Base{
public function login(){
$this->template('index/login');
}
public function callback(){
}
}