|
...
|
...
|
@@ -109,7 +109,7 @@ class ComController extends BaseController |
|
|
|
$info = $deployBuild->read(['project_id'=>$this->user['project_id']]);
|
|
|
|
if(!empty($info['configuration'])){
|
|
|
|
$configuration = Arr::s2a($info['configuration']);
|
|
|
|
if(isset($configuration['is_home']) && ($configuration['is_home'] != 0)){
|
|
|
|
if(isset($configuration['is_home']) && ($configuration['is_home'] != "0")){
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|