FastGUI

Results 1 comments of FastGUI

![image](https://user-images.githubusercontent.com/35055114/174750036-340362d6-0352-4a51-9bc2-4ea47e12e175.png) ```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