正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -109,6 +109,8 @@ class ComController extends BaseController | @@ -109,6 +109,8 @@ class ComController extends BaseController | ||
| 109 | $info = $deployBuild->read(['project_id'=>$this->user['project_id']]); | 109 | $info = $deployBuild->read(['project_id'=>$this->user['project_id']]); |
| 110 | if(!empty($info['configuration'])){ | 110 | if(!empty($info['configuration'])){ |
| 111 | $configuration = Arr::s2a($info['configuration']); | 111 | $configuration = Arr::s2a($info['configuration']); |
| 112 | + var_dump($configuration); | ||
| 113 | + die(); | ||
| 112 | if(isset($configuration['is_home']) && ((int)$configuration['is_home'] != 0)){ | 114 | if(isset($configuration['is_home']) && ((int)$configuration['is_home'] != 0)){ |
| 113 | return 1; | 115 | return 1; |
| 114 | } | 116 | } |
-
请 注册 或 登录 后发表评论