修复文件管理上传错误
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
//选完文件后不自动上传
|
||||
upload.render({
|
||||
elem: '#select-img'
|
||||
, url: '/api/v1/file/photos'
|
||||
, url: '/api/v1/file/photo/'
|
||||
, auto: false
|
||||
, exts: 'jpg|png|gif|bmp|jpeg'
|
||||
, size: 1000
|
||||
|
||||
Reference in New Issue
Block a user