未验证 提交 aa02ed39 编写于 作者: T tecmz 提交者: Gitee

fix: SEO信息编辑不生效

上级 1ef89a20
......@@ -253,6 +253,7 @@ class ContentController extends Controller
$recordValue = ArrayUtil::keepKeys($data, [
'catId', 'title', 'alias', 'title', 'summary', 'cover', 'postTime',
'status', 'isRecommend', 'isTop', 'tags', 'author', 'source',
'seoTitle', 'seoDescription', 'seoKeywords'
]);
if (modstart_config('CmsUrlMix_Enable', false)) {
$recordValue['fullUrl'] = (empty($data['fullUrl']) ? null : $data['fullUrl']);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册