nizongfeng 2 年之前
父節點
當前提交
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");


Loading…
取消
儲存