|
@@ -362,7 +362,7 @@ export default {
|
|
|
(data) => {
|
|
(data) => {
|
|
|
const newData = data.data.list.map((i) => {
|
|
const newData = data.data.list.map((i) => {
|
|
|
i.fileSize = changeByteUnit(Number(i.fileSize));
|
|
i.fileSize = changeByteUnit(Number(i.fileSize));
|
|
|
- i.icon = i.ossPath + this.$videoImg;
|
|
|
|
|
|
|
+ i.icon = i.ossPath + '?x-oss-process=video/snapshot,t_0,f_jpg,w_89,h_50,m_fast,ar_auto';
|
|
|
i.createTime = i.createTime.substring(0, i.createTime.length - 3)
|
|
i.createTime = i.createTime.substring(0, i.createTime.length - 3)
|
|
|
i.updateTime = i.updateTime.substring(0, i.updateTime.length - 3)
|
|
i.updateTime = i.updateTime.substring(0, i.updateTime.length - 3)
|
|
|
return i;
|
|
return i;
|