Commit d1555ca47e6f89296deeda57d786cebe2cc35b37

Authored by Aaron.Liu
1 parent f9200425
Exists in master

增加上传文件类型

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/config.default.js
@@ -46,6 +46,9 @@ module.exports = appInfo => { @@ -46,6 +46,9 @@ module.exports = appInfo => {
46 '.docx', 46 '.docx',
47 '.xls', 47 '.xls',
48 '.xlsx', 48 '.xlsx',
  49 + '.zip',
  50 + '.rar',
  51 + '.7z',
49 ], 52 ],
50 }; 53 };
51 54