提交 13abac10 authored 作者: 钟是志's avatar 钟是志

'删除react-fileViewer'

上级 1b97026e
......@@ -5,7 +5,8 @@ import React, {Component} from 'react';
import {checkIsImage} from '@/webPublic/one_stop_public/libs/UploadCom';
import { getModal, getPopconfirm, isFromIframe } from '@/webPublic/one_stop_public/utils/utils';
const FileViewer = CLIENT_TYPE === 'mobile' ? null : require('react-file-viewer');
// const FileViewer = CLIENT_TYPE === 'mobile' ? null : require('react-file-viewer');
const FileViewer = null;
const Modal = getModal();
const Popconfirm = getPopconfirm();
......@@ -130,12 +131,12 @@ export default class index extends Component {
<a onClick={this.download}>
下载文件
</a>
{FileViewer && (
{/* {FileViewer && (
<FileViewer
fileType={type}
filePath={path}
/>
)}
)}*/}
</div>
)}
</Modal>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论