wugg 7 ヶ月 前
コミット
664bad1eb0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/user/controller/TaxCategory.php

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