FastGUI
Results
1
comments of
FastGUI
 ```php use \liliuwei\think\Jump; class Auth { use Jump public function __construct() { } public function checkNode() { $this->error('请先登录', url('admin/login/index')); } ``` ## ThinkPHP V6.0.12LTS