From 73e5f0dad87e792e3d2ef9777aad262e62802418 Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Mon, 15 Jan 2024 21:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/cmn/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cmn/index.ts b/src/utils/cmn/index.ts index 516a15c..3f361bc 100644 --- a/src/utils/cmn/index.ts +++ b/src/utils/cmn/index.ts @@ -11,7 +11,7 @@ const noticeStore = useNoticeStore() const userStore = useUserStore() const authStore = useAuthStore() -const { notification, message } = createDiscreteApi(['notification', 'message']) +const { notification } = createDiscreteApi(['notification']) /** * 生成指定时间格式 * @param format 时间格式 默认:'YYYY-MM-DD HH:mm:ss'