-
2022-08-27 17:38:37
- thinkphp6 后台系统未陆续进行登陆重定向怎么操作?
- class BaseAdmin extends Controller{ public function __construct(){ // Controller 里有 __construct魔术方法,我们直接继承调用 parent::__construct(); // 1,先公用方法里的 看是否登录。 未登录,去登录页面。 // 就需要创建登录页面和方法 $this->_admin
-
0
1
1397