const auditState = { CHECKING :"正在审核", UPLOADED:"已上传", PASS:"审核通过", FAIL:"审核失败" } export default auditState