wugg 5 months ago
parent
commit
5aaa53687b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/cxinv/controller/Stage.php

+ 1 - 1
app/cxinv/controller/Stage.php

@@ -14,7 +14,7 @@ use think\App;
 use think\facade\Validate;
 class Stage extends Base{
     public function __construct(App $app) {
-        $this->noLogin=["*"];
+     //   $this->noLogin=["*"];
         parent::__construct($app);
         $this->model =new PayPayment();
     }