Skip to content

Commit

Permalink
upadte MAC SDK and sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
lixm1988 committed Mar 5, 2021
1 parent d5446fc commit 268f810
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/a.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DesktopDemo",
"productName": "IM-SDK桌面端Demo",
"version": "3.6.0",
"version": "3.8.0",
"description": "IM-SDK桌面端Demo",
"main": "./main.js",
"author": "",
Expand Down
Binary file modified app/easemob/easemobMac.node
Binary file not shown.
2 changes: 1 addition & 1 deletion app/node/modules/emclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const fs = require("fs")
* @param {Object} chatConfigs EMChatConfigs
*/
function EMClient(chatConfigs,autoLogin) {
chatConfigs.setSdkVersion("3.6.0");
chatConfigs.setSdkVersion("3.8.0");
console.log(process.platform);
chatConfigs.setOs(4);
chatConfigs.setClientResource("desktop");
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "DesktopDemo",
"productName": "IM-SDK桌面端Demo",
"version": "3.6.0",
"version": "3.8.0",
"description": "IM-SDK桌面端Demo",
"main": "./main.js",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion app/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const utils = {
"user":{
"id":1,
"os":"PC",
"appkey":"easemob-demo#chatdemoui",
"appkey":"easemob-demo#easeim",
"tenantId":9,
"image":""
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/login/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class LoginForm extends PureComponent {
"id":1,
"easemobPwd":this.state.password,
"os":"PC",
"appkey":"easemob-demo#chatdemoui",
"appkey":"easemob-demo#easeim",
"tenantId":9,
"image":""
}
Expand Down

0 comments on commit 268f810

Please sign in to comment.