Commit 4010d673 authored by 田翔's avatar 田翔

fix: 删除预览ofd组件

parent 61a25949
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.0.32", "version": "6.0.33",
"description": "6.0.32 文本多行文本富文本支持识别网址跳转", "description": "6.0.33 删除预览ofd组件",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
...@@ -37,7 +37,6 @@ ...@@ -37,7 +37,6 @@
"http-proxy-middleware": "^1.0.6", "http-proxy-middleware": "^1.0.6",
"jspdf": "^2.5.1", "jspdf": "^2.5.1",
"moment": "^2.29.1", "moment": "^2.29.1",
"ofd.js": "^1.4.9",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"rc-tween-one": "^3.0.6", "rc-tween-one": "^3.0.6",
"react": "17.0.2", "react": "17.0.2",
...@@ -138,4 +137,4 @@ ...@@ -138,4 +137,4 @@
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873" "registry": "https://g.civnet.cn:4873"
} }
} }
\ No newline at end of file
...@@ -4,7 +4,6 @@ import { Upload, Button, message, Tabs } from 'antd' ...@@ -4,7 +4,6 @@ import { Upload, Button, message, Tabs } from 'antd'
import { UploadOutlined, FileOutline, ArrowDownOutlined } from '@ant-design/icons' import { UploadOutlined, FileOutline, ArrowDownOutlined } from '@ant-design/icons'
import FileViewer from 'react-file-viewer' import FileViewer from 'react-file-viewer'
import Viewer from 'react-viewer' import Viewer from 'react-viewer'
import OFD from 'ofd.js'
import { uploadFileUrl, downloadFileUrl, downloadFile } from '../../../../apis/process' import { uploadFileUrl, downloadFileUrl, downloadFile } from '../../../../apis/process'
import { filenameVerification } from '../../../../utils' import { filenameVerification } from '../../../../utils'
import Drag from '../../../components/Drag' import Drag from '../../../components/Drag'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment