From 9d7d85f93b9e0b752d79559f5caac31fd2f00c82 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 31 十二月 2025 09:31:37 +0800
Subject: [PATCH] fix: bug
---
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