wugg 3 ヶ月 前
コミット
03ecc9db00
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/cxinv/controller/FinancialManager.php

+ 0 - 1
app/cxinv/controller/FinancialManager.php

@@ -9,7 +9,6 @@ use app\cxinv\model\ManagerProduct;
 use think\App;
 class FinancialManager extends Base{
     public function __construct(App $app) {
-        $this->noLogin=['*'];
         parent::__construct($app);
         $this->model=new \app\cxinv\model\FinancialManager();
     }