|
@@ -290,7 +290,7 @@
|
|
|
// 初始化图片上传组件
|
|
// 初始化图片上传组件
|
|
|
$('#image-upload-container').imageUpload({
|
|
$('#image-upload-container').imageUpload({
|
|
|
uploadUrl: ctx + "common/upload",
|
|
uploadUrl: ctx + "common/upload",
|
|
|
- maxFiles: 1,
|
|
|
|
|
|
|
+ maxFiles: 3,
|
|
|
maxSize: 5 * 1024 * 1024,
|
|
maxSize: 5 * 1024 * 1024,
|
|
|
allowedTypes: ['image/jpeg', 'image/png'],
|
|
allowedTypes: ['image/jpeg', 'image/png'],
|
|
|
previewWidth: 200,
|
|
previewWidth: 200,
|