// 用来存储取消函数 export const canceller = {} // 用来存储已经被调用的取消函数名称 export const cancellerCalled = []