wugg 7 сар өмнө
parent
commit
664bad1eb0

+ 0 - 1
app/user/controller/TaxCategory.php

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