Commit 6a94d615 by lichengming

修改了附件管理

parent f5c7e789
......@@ -331,6 +331,12 @@ export default {
this.imgViewList = jpegViewList
this.imgViewIndex = 0
break
case 'webp':
const webpViewList = []
webpViewList.push(global.baseURL + this.downloadFileUrlFile + data.id)
this.imgViewList = webpViewList
this.imgViewIndex = 0
break
case 'pdf':
this.$pdfView(data.objectKey)
break
......
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