From f17a10fa1490e4a1840997900770a43ce2ac7313 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期三, 09 四月 2025 17:01:45 +0800 Subject: [PATCH] 资源占用中,请检查后再试~ --- src/stores/global.ts | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/stores/global.ts b/src/stores/global.ts index 83a078f..4d219e0 100644 --- a/src/stores/global.ts +++ b/src/stores/global.ts @@ -161,4 +161,11 @@ return childCallObj; }; } -} \ No newline at end of file + + static updateChildCallObj(key:string,callback:Function) { + childCallObj[key] = callback; + } +} + + +window.callObj = childCallObj; \ No newline at end of file -- Gitblit v1.9.3