diff --git a/src/factory/lessons/detail/index.jsx b/src/factory/lessons/detail/index.jsx index b958b641f..a2d78d1eb 100644 --- a/src/factory/lessons/detail/index.jsx +++ b/src/factory/lessons/detail/index.jsx @@ -8,7 +8,7 @@ import RenderHtml from '../../../components/render-html'; import { Breadcrumb } from 'antd'; import { getSourceDetail, httpUrl, getSourceList } from '../../api'; import { downloadFunc } from '../../../forge/Utils/utils' -import { docId, } from '../../../constants/factory' +import { docId, standardId } from '../../../constants/factory' import '../../common.scss' import { Base64 } from 'js-base64'; @@ -61,7 +61,7 @@ function Index(props) {
{detail.summary}
{ - detail.keywords === docId && + (detail.keywords === docId || detail.keywords===standardId) &&