|
...
|
...
|
@@ -84,6 +84,9 @@ class ProjectLogic extends BaseLogic |
|
|
|
if(isset($info['is_customized']) && $info['is_customized'] == 1){
|
|
|
|
$info['is_visualization'] = json_decode($info['is_visualization']);
|
|
|
|
}
|
|
|
|
if(isset($info['deploy_build']['other_project']) && !empty($info['deploy_build']['other_project'])){
|
|
|
|
$info['deploy_build']['other_project']= json_decode($info['deploy_build']['other_project']);
|
|
|
|
}
|
|
|
|
return $this->success($info);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|