@@ -1319,7 +1319,7 @@ module.exports = {
return reg.test(ext);
},
canPreviewKkfile(ext){
- const reg = /(.doc)|(.docx)|(.xlx)|(.xlsx)|(.ppt)(.pptx)/i;
+ const reg = /(.doc)|(.docx)|(.xls)|(.xlsx)|(.ppt)(.pptx)/i;
fileExtStr(ext) {