GITLAB
Aaron.Liu
/
sf-erp-server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d1555ca47e6f89296deeda57d786cebe2cc35b37
Authored by
Aaron.Liu
2018-05-02 18:01:12 +0800
1 parent
f9200425
Exists in
master
增加上传文件类型
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
config/config.default.js
Side-by-side Diff
Inline Diff
config/config.default.js
Diff comments
View file @
d1555ca
@@ -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