mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
优化图片扩展名
This commit is contained in:
@@ -41,7 +41,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
|||||||
|
|
||||||
var extGroup = {
|
var extGroup = {
|
||||||
// 图片扩展名数组
|
// 图片扩展名数组
|
||||||
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp'],
|
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'ico'],
|
||||||
// word扩展名数组
|
// word扩展名数组
|
||||||
'word': ['doc', 'docx'],
|
'word': ['doc', 'docx'],
|
||||||
// excel扩展名数组
|
// excel扩展名数组
|
||||||
|
|||||||
Reference in New Issue
Block a user