摘要:
import React, { useState, useRef, useEffect } from 'react' import PropTypes from 'prop-types' import _ from 'lodash' import uuidv1 from 'uuid/v1' import './index.less' let currentTipComponents = []... 阅读全文
摘要:
import StateMachine from 'javascript-state-machine' import EventEmitter from 'events' /** * 上传的文档的状态管理 */ const STATES = { NOT_UPLOAD: 'notUpload', FILE_TOO_LARGE: 'fileTooLarge', UPLOADING: 'uploadin 阅读全文