diff --git a/module/Cms/Admin/Controller/ContentController.php b/module/Cms/Admin/Controller/ContentController.php index 193b538b7e679cc486519a0aca393efccb21198f..e5e996571abccc044a918f33b98c4e3a383fd335 100644 --- a/module/Cms/Admin/Controller/ContentController.php +++ b/module/Cms/Admin/Controller/ContentController.php @@ -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']);