$ cnpm install @uyun/ec-preview
作者:王承铭
需要进行文件在线预览时,可支持 pdf、doc/docx、xls/xlsx、mp4、png/jpg/jpeg/gif、md、ppt/pptx、脚本语言等格式的文件预览。
/store/fs/openapi/v2/view/${path}/${fileName}
<link
rel="stylesheet"
href="/static/js/file-preivew/luckysheet/pluginsCss.css"
/>
<link rel="stylesheet" href="/static/js/file-preivew/luckysheet/plugins.css" />
<link
rel="stylesheet"
href="/static/js/file-preivew/luckysheet/luckysheet.css"
/>
<link rel="stylesheet" href="/static/js/file-preivew/luckysheet/iconfont.css" />
<script src="/static/js/file-preivew/luckysheet/plugin.js"></script>
<script src="/static/js/file-preivew/luckysheet/luckysheet.umd.js"></script>
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
fileName | 文件名称,包含文件格式后缀,必填项 | string | - |
fsUrl | 预览 url,必填项 | string | - |
onShow | 预览弹框显示时的回调 | function | - |
onClose | 预览弹框关闭时的回调 | function | - |
Copyright 2013 - present © cnpmjs.org