正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -185,6 +185,9 @@ class KeywordController extends BaseController | @@ -185,6 +185,9 @@ class KeywordController extends BaseController | ||
| 185 | */ | 185 | */ |
| 186 | public function batchKeywordFiled(){ | 186 | public function batchKeywordFiled(){ |
| 187 | $param = []; | 187 | $param = []; |
| 188 | + if(isset($this->param['seo_title'])){ | ||
| 189 | + $param['seo_title'] = null; | ||
| 190 | + } | ||
| 188 | if(isset($this->param['keyword'])){ | 191 | if(isset($this->param['keyword'])){ |
| 189 | $param['seo_keywords'] = null; | 192 | $param['seo_keywords'] = null; |
| 190 | } | 193 | } |
-
请 注册 或 登录 后发表评论