/* * 部门event bus * * @Author: DCCloud * @Date: 2022-07-12 23:32:48 */ import mitt from 'mitt'; export default mitt();