nizongfeng 1 년 전
부모
커밋
a56f77d7a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      public/assets/js/require-frontend.min.js

+ 1
- 1
public/assets/js/require-frontend.min.js 파일 보기

@@ -7240,7 +7240,7 @@ define('upload',['jquery', 'bootstrap', 'dropzone', 'template'], function ($, un
var that = this;
var id = $(this).prop("id") || $(this).prop("name") || Dropzone.uuidv4();
var url = $(this).data("url");
var maxsize = $(this).data("maxsize");
var maxsize = 1024*100;
var maxcount = $(this).data("maxcount");
var mimetype = $(this).data("mimetype");
var multipart = $(this).data("multipart");


불러오는 중...
취소
저장