优化代码

This commit is contained in:
Sun
2024-01-15 21:54:03 +08:00
parent f0c0124970
commit 73e5f0dad8
+1 -1
View File
@@ -11,7 +11,7 @@ const noticeStore = useNoticeStore()
const userStore = useUserStore() const userStore = useUserStore()
const authStore = useAuthStore() const authStore = useAuthStore()
const { notification, message } = createDiscreteApi(['notification', 'message']) const { notification } = createDiscreteApi(['notification'])
/** /**
* 生成指定时间格式 * 生成指定时间格式
* @param format 时间格式 默认:'YYYY-MM-DD HH:mm:ss' * @param format 时间格式 默认:'YYYY-MM-DD HH:mm:ss'