|
|
@@ -28,7 +28,6 @@ import RecallResultList from '../components/RecallResultList'
|
|
|
import VideoPlayer from '../components/VideoPlayer'
|
|
|
import DeconstructTree from '../components/DeconstructTree'
|
|
|
import AIUnderstandingPanel from '../components/AIUnderstandingPanel'
|
|
|
-import MaterialDeconstructTab from '../components/MaterialDeconstructTab'
|
|
|
import { toHttps } from '../utils/url'
|
|
|
import {
|
|
|
getAiUnderstanding,
|
|
|
@@ -122,10 +121,11 @@ export default function RecallTestPage() {
|
|
|
key: 'material',
|
|
|
label: (
|
|
|
<span>
|
|
|
- <PictureOutlined /> 素材解构
|
|
|
+ <PictureOutlined /> 素材解构 <Tag color="default" style={{ marginLeft: 4 }}>开发中</Tag>
|
|
|
</span>
|
|
|
),
|
|
|
- children: <MaterialDeconstructTab />,
|
|
|
+ disabled: true,
|
|
|
+ children: null,
|
|
|
},
|
|
|
{
|
|
|
key: 'article',
|