mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
增加webp上传格式
This commit is contained in:
@@ -41,7 +41,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
|
||||
var extGroup = {
|
||||
// 图片扩展名数组
|
||||
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'ico'],
|
||||
'image': ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'ico', 'webp'],
|
||||
// word扩展名数组
|
||||
'word': ['doc', 'docx'],
|
||||
// excel扩展名数组
|
||||
@@ -695,7 +695,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
} else {
|
||||
trueHide = colItem.trueHide;
|
||||
}
|
||||
|
||||
|
||||
if (!trueHide) {
|
||||
newCol.push(colItem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user