|
...
|
...
|
@@ -267,6 +267,7 @@ class DomainInfoLogic extends BaseLogic |
|
|
|
$this->fail('请切换服务器,生成站点不能使用测试服务器');
|
|
|
|
}
|
|
|
|
if($project_info['serve_id'] == ServerConfig::SELF_SITE_ID){
|
|
|
|
$this->model->edit(['amp_status' => $this->param['amp_status'] ?? 0,],['id'=>$this->param['id']]);
|
|
|
|
$this->fail('自建站服务器无法生成站点');
|
|
|
|
}
|
|
|
|
//域名是否都已经解析
|
...
|
...
|
|