Files
device-voice-h5/utils/popup.js
2026-09-16 16:32:08 +08:00

4 lines
235 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 会话级去重:后端同日重复请求返回同一 notification_id
// 弹窗展示时登记,跨页面/组件实例共享,避免同一天重复弹出同一个弹窗。
export const handledPopupNotificationIds = new Set();