From 7edf66cafb871c5fb28911dfb02611ef5c9910b2 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期二, 06 二月 2024 17:05:49 +0800
Subject: [PATCH] 登录请求接口取消、设备切换图标和弹窗关闭按钮增大

---
 src/common/composable/index.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/composable/index.ts b/src/common/composable/index.ts
index cf5a5a6..235f0e3 100644
--- a/src/common/composable/index.ts
+++ b/src/common/composable/index.ts
@@ -1,3 +1,3 @@
 // 鏈枃浠舵斁缃�氱敤 composable (缁勫悎寮忓嚱鏁�), 娉ㄦ剰涓� utils 鍖哄垎
-
-export {}
+import { useCountDown } from './useCountDown'
+export { useCountDown }

--
Gitblit v1.8.0