(ModalName: string)
| 24 | * @param ModalName |
| 25 | */ |
| 26 | export const off = (ModalName: string) => { |
| 27 | mitter.off(`${MODELKEY}${ModalName}:open`) |
| 28 | mitter.off(`${MODELKEY}${ModalName}:close`) |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * 打开弹窗 |
nothing calls this directly
no outgoing calls
no test coverage detected