mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-18 13:18:14 +00:00
5 lines
59 B
JavaScript
5 lines
59 B
JavaScript
|
|
export const msgType = {
|
||
|
|
NO_MORE_MSG: 1,
|
||
|
|
USER_MSG: 2
|
||
|
|
}
|