From efcb82acbac87cd3b8fc09df690c22391178b8ab Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 12 九月 2025 15:50:48 +0800 Subject: [PATCH] feat: 支付宝充值 --- src/hooks/useEvent.ts | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hooks/useEvent.ts b/src/hooks/useEvent.ts index 85b58e5..3d01572 100644 --- a/src/hooks/useEvent.ts +++ b/src/hooks/useEvent.ts @@ -3,8 +3,10 @@ export type GlobalEvent = { 'home:add': any; - 'employment:add': any; - 'employment:edit': any; + 'taskManage:add': any; + 'taskManage:edit': any; + sureTaskSettlementOrder: any; + checkReceiveTask: any; }; export type GlobalEventListener<T extends keyof GlobalEvent> = (payload: GlobalEvent[T]) => any; -- Gitblit v1.9.1