|
@@ -3,7 +3,6 @@
|
|
|
<head>
|
|
|
<th:block th:include="include :: header('新增球场管理')"/>
|
|
|
<th:block th:include="include :: summernote-css"/>
|
|
|
- <th:block th:include="include :: datetimepicker-css"/>
|
|
|
<th:block th:include="include :: bootstrap-fileinput-css"/>
|
|
|
</head>
|
|
|
<body class="white-bg">
|
|
@@ -102,7 +101,7 @@
|
|
|
$(".file-upload").fileinput({
|
|
|
uploadUrl: ctx + 'common/upload',
|
|
|
maxFileCount: 5,
|
|
|
- allowedFileExtensions: ['jpg', 'png'],
|
|
|
+ allowedFileExtensions:['jpg','png'],
|
|
|
maxFileSize: 10240,
|
|
|
multiple: true,
|
|
|
}).on('fileuploaded', function (event, data, previewId, index) {
|