完成账户管理;

This commit is contained in:
augushong
2019-08-23 13:35:14 +08:00
parent d60bf60786
commit 77abc59125
12 changed files with 323 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ use app\BaseController;
use think\facade\Session;
use app\model\Admin;
use think\exception\HttpResponseException;
use think\facade\View;
class Common extends BaseController{
@@ -30,5 +31,7 @@ class Common extends BaseController{
}
}
View::assign('admin',$this->adminInfo);
}
}