feat(mall): 新增 365 会员中心接口并调整文件上传大小限制
- 调整社会圈模块文件上传大小限制,从10240 KB增加到 102400 KB
1 files modified
2 ■■■ changed files
src/main/resources/templates/febs/views/modules/socialCircle/add.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/socialCircle/add.html
@@ -210,7 +210,7 @@
            elem: '#test1Max'
            ,url: ctx + 'admin/goods/uploadFileBase64' //改成您自己的上传接口
            ,accept: 'file' //普通文件
            ,size: 10240 //限制文件大小,单位 KB
            ,size: 102400 //限制文件大小,单位 KB
            ,before: function(obj){
            }
            ,done: function(res){