|
|
@ -52,13 +52,7 @@ |
|
|
// #ifdef APP-PLUS |
|
|
// #ifdef APP-PLUS |
|
|
this.globalData.terminal = "udemo_im_app"; |
|
|
this.globalData.terminal = "udemo_im_app"; |
|
|
// #endif |
|
|
// #endif |
|
|
|
|
|
|
|
|
// 节点 |
|
|
|
|
|
let nodeId = getNodeId(); |
|
|
|
|
|
if(!nodeId){ |
|
|
|
|
|
nodeId = getLongRandom(24) |
|
|
|
|
|
setNodeId(nodeId) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
getNodeId(); |
|
|
|
|
|
|
|
|
// 扫码进来携带的数据 |
|
|
// 扫码进来携带的数据 |
|
|
if(options && options.query && options.query.invitee){ |
|
|
if(options && options.query && options.query.invitee){ |
|
|
|