wugg 9 bulan lalu
induk
melakukan
7fb4e6fe0c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();