LR-20210131IOQH\Administrator
2021-06-25 ac4f98f9d24552d1c43935f20a969a2fda0723f0
1
2
3
4
5
6
7
8
9
10
{
    /* 上传文件配置 */
    "filePathFormat": "/upload-files/Contract/{yyyy}{mm}{dd}/{yyyy}{mm}{dd}{hh}{ii}{ss}{sss}", /* 自定义保存路径及格式 */
    "fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */
    "fileAllowFiles": [
        ".png", ".jpg", ".jpeg", ".gif", ".bmp",
        ".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx",
        ".pdf", ".txt"
    ] /* 上传文件格式显示 */
}