mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
增加media的扩展名分组
This commit is contained in:
@@ -76,6 +76,7 @@ define(["jquery", "tableSelect", "ckeditor", 'miniTheme', 'tableData', 'citypick
|
||||
init.upload_exts += allExtGroup.join('|')
|
||||
|
||||
extGroup['office'] = [].concat(extGroup['word'], extGroup['excel'], extGroup['ppt'], extGroup['pdf'])
|
||||
extGroup['media'] = [].concat(extGroup['image'], extGroup['music'], extGroup['video'])
|
||||
|
||||
var admin = {
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user