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();