wugg 9 달 전
부모
커밋
7fb4e6fe0c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/bug/controller/User.php

+ 1 - 1
app/bug/controller/User.php

@@ -9,7 +9,7 @@ use think\App;
 use think\facade\Validate;
 class User extends Base
 {
-	protected $noLogin=['*'];
+	protected $noLogin=[];
 	public function __construct(App $app) {
 		parent::__construct($app);
 		$this->model= new UserRole();