|
...
|
...
|
@@ -93,7 +93,7 @@ class DomainSettingLogic extends BaseLogic |
|
|
|
$domain_model = new DomainInfo();
|
|
|
|
$server_model = new Servers();
|
|
|
|
$optimize_model = new DeployOptimize();
|
|
|
|
if ($this->param['type'] = WebSetting::SEO_TYPE_PUBLIC) {
|
|
|
|
if ($this->param['type'] == WebSetting::SEO_TYPE_PUBLIC) {
|
|
|
|
//公共服务器
|
|
|
|
$record = $this->param['record'] ?? '';
|
|
|
|
if (empty($record)) {
|
...
|
...
|
|