export default { // fileTypes : "txt|epub|ebk2|ebk3|pdf|chm|umd|doc|docx|wps|xls|xlsx|et|ppt|pptx|dps|mobi", //允许上传的文件格式 "txt|epub" // url : "http://127.0.0.1:3006",//"http://localhost/t/post.php",// port: 10998, fileLimitSize : 50000 * 1024 *1024, filePath: "./" }