优化图片扩展名

This commit is contained in:
2022-07-29 15:12:29 +08:00
parent 00a6295362
commit d6c56e7efb

View File

@@ -41,7 +41,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
var extGroup = {
// 图片扩展名数组
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp'],
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'ico'],
// word扩展名数组
'word': ['doc', 'docx'],
// excel扩展名数组