Skip to content

Commit

Permalink
udpate appkey
Browse files Browse the repository at this point in the history
  • Loading branch information
lixm1988 committed Dec 19, 2022
1 parent ae88d78 commit 8001769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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#easeim",
"appkey":"easemob#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#easeim",
"appkey":"easemob#easeim",
"tenantId":9,
"image":""
}
Expand Down

0 comments on commit 8001769

Please sign in to comment.