|
...
|
...
|
@@ -137,9 +137,6 @@ class ComController extends BaseController |
|
|
|
* @time :2023/9/6 11:30
|
|
|
|
*/
|
|
|
|
public function getIsHome(){
|
|
|
|
if(isset($this->user['manager_id'])){
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
$deployBuild = new DeployBuild();
|
|
|
|
$info = $deployBuild->read(['project_id'=>$this->user['project_id']]);
|
|
|
|
if(!empty($info['configuration'])){
|
...
|
...
|
|