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