feat: new
This commit is contained in:
3
utils/popup.js
Normal file
3
utils/popup.js
Normal file
@@ -0,0 +1,3 @@
|
||||
// 会话级去重:后端同日重复请求返回同一 notification_id,
|
||||
// 弹窗展示时登记,跨页面/组件实例共享,避免同一天重复弹出同一个弹窗。
|
||||
export const handledPopupNotificationIds = new Set();
|
||||
Reference in New Issue
Block a user