Files
im-uniapp/constant/event.js

6 lines
118 B
JavaScript
Raw Permalink Normal View History

2025-07-04 16:18:58 +08:00
export const PageEvents = {
GlobalToast: "GlobalToast",
ScrollToBottom: "ScrollToBottom",
RtcCall: "RtcCall"
};