专区文章加判断

This commit is contained in:
caishi 2024-04-29 14:07:15 +08:00
parent 0ba4a5573b
commit 3972ad72f4
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ function SelfList(props){
const pathname = props.location.pathname;
const { deptId} = props.match.params;
const { id , temp , data } = props;
const { sectionCmsTitle } = data;
// const { sectionCmsTitle } = data;
const sectionCmsTitle = data && data.sectionCmsTitle;
const limit = 15;
useEffect(()=>{