作者 赵彬吉

update

... ... @@ -435,6 +435,10 @@ class Project extends Base
}
$project_id = $domainModel->formatQuery(['domain'=>$domain,'status'=>1])->value('project_id');
if(empty($project_id)){
//项目多语言自定义跳转连接
$project_id = CountryCustom::where('is_create', 1)->where('custom_domain', $domain)->value('project_id');
}
if (empty($project_id)) {
//是否小语种域名或amp站域名
$domainPrefix = explode(".",$domain);
... ...