From 25708e3f81956c1517f495e3303a6c8d08bb730c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 25 十二月 2025 16:09:02 +0800
Subject: [PATCH] fix: 甲方小程序
---
apps/housekeepingMiniApp/src/hooks/authentication.ts | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/apps/housekeepingMiniApp/src/hooks/authentication.ts b/apps/housekeepingMiniApp/src/hooks/authentication.ts
index dfa4a32..a2f1463 100644
--- a/apps/housekeepingMiniApp/src/hooks/authentication.ts
+++ b/apps/housekeepingMiniApp/src/hooks/authentication.ts
@@ -1,7 +1,5 @@
import * as electronSignServices from '@12333/services/apiV2/electronSign';
import { useQuery, useQueryClient } from '@tanstack/vue-query';
-import { getUserCertificationFrontStatusAdapter } from '@12333/utils';
-import { UserCertificationFrontStatus } from '@12333/constants';
import { useUser } from './user';
type UseMyCertificationAuditInfoOptions = {
--
Gitblit v1.10.0