正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -93,7 +93,7 @@ class DomainSettingLogic extends BaseLogic | @@ -93,7 +93,7 @@ class DomainSettingLogic extends BaseLogic | ||
| 93 | $domain_model = new DomainInfo(); | 93 | $domain_model = new DomainInfo(); |
| 94 | $server_model = new Servers(); | 94 | $server_model = new Servers(); |
| 95 | $optimize_model = new DeployOptimize(); | 95 | $optimize_model = new DeployOptimize(); |
| 96 | - if ($this->param['type'] = WebSetting::SEO_TYPE_PUBLIC) { | 96 | + if ($this->param['type'] == WebSetting::SEO_TYPE_PUBLIC) { |
| 97 | //公共服务器 | 97 | //公共服务器 |
| 98 | $record = $this->param['record'] ?? ''; | 98 | $record = $this->param['record'] ?? ''; |
| 99 | if (empty($record)) { | 99 | if (empty($record)) { |
-
请 注册 或 登录 后发表评论