正在显示
2 个修改的文件
包含
1 行增加
和
3 行删除
| @@ -35,7 +35,7 @@ class BaseLogic extends Logic | @@ -35,7 +35,7 @@ class BaseLogic extends Logic | ||
| 35 | $this->request = request(); | 35 | $this->request = request(); |
| 36 | $this->requestAll = request()->all(); | 36 | $this->requestAll = request()->all(); |
| 37 | $this->user = Cache::get(request()->header('token')); | 37 | $this->user = Cache::get(request()->header('token')); |
| 38 | -// $this->project = (new ProjectLogic())->getInfo($this->user['project_id']); | 38 | + $this->project = (new ProjectLogic())->getInfo($this->user['project_id']); |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | 41 |
| @@ -44,8 +44,6 @@ class CountLogic extends BaseLogic | @@ -44,8 +44,6 @@ class CountLogic extends BaseLogic | ||
| 44 | * @time :2023/5/24 11:48 | 44 | * @time :2023/5/24 11:48 |
| 45 | */ | 45 | */ |
| 46 | public function scheme_info(){ | 46 | public function scheme_info(){ |
| 47 | - var_dump($this->project); | ||
| 48 | - die(); | ||
| 49 | $data = [ | 47 | $data = [ |
| 50 | 'company'=>$this->project['company'], | 48 | 'company'=>$this->project['company'], |
| 51 | 'scheme'=>$this->project['deploy_build']['plan'], | 49 | 'scheme'=>$this->project['deploy_build']['plan'], |
-
请 注册 或 登录 后发表评论