作者 lyh

gx

@@ -73,7 +73,7 @@ class ProjectLogic extends BaseLogic @@ -73,7 +73,7 @@ class ProjectLogic extends BaseLogic
73 if($info['extend_type'] != 0){ 73 if($info['extend_type'] != 0){
74 $info['type'] = $info['extend_type']; 74 $info['type'] = $info['extend_type'];
75 } 75 }
76 - $info['domain_url'] = (new DomainInfo())->getDomain($info['domain'] ?? 0); 76 + $info['domain_url'] = (new DomainInfo())->getDomain($info['deploy_optimize']['domain'] ?? 0);
77 //升级项目初始上传配置 77 //升级项目初始上传配置
78 if(empty($info['upload_config'])){ 78 if(empty($info['upload_config'])){
79 $info['upload_config'] =["upload_max_num"=>100, "allow_file_type"=>"doc,docx,xls,xlsx,pdf,txt,csv,png,jpg,jpeg", "upload_max_size"=>5]; 79 $info['upload_config'] =["upload_max_num"=>100, "allow_file_type"=>"doc,docx,xls,xlsx,pdf,txt,csv,png,jpg,jpeg", "upload_max_size"=>5];