From 6e9df378f1c0d10af1a0eddc5afeaa2787213ec9 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 31 十二月 2025 17:45:58 +0800 Subject: [PATCH] fix: bug --- apps/housekeepingMiniApp/src/hooks/index.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/apps/housekeepingMiniApp/src/hooks/index.ts b/apps/housekeepingMiniApp/src/hooks/index.ts index 7c11112..1dc4146 100644 --- a/apps/housekeepingMiniApp/src/hooks/index.ts +++ b/apps/housekeepingMiniApp/src/hooks/index.ts @@ -4,3 +4,5 @@ export * from './login'; export * from './authentication'; export * from './app'; +export * from './enterprise'; +export * from './openStandardServices'; -- Gitblit v1.10.0