Skip to content

Commit

Permalink
uniapp IMUIKit 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoshun01 committed Oct 31, 2024
1 parent 0d256cf commit 5461b67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions im-uniapp-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ export default {
return;
}
const imOptions = {
appkey: "3e215d27b6a6a9e27dad7ef36dd5b65c", // 请填写你的appkey
account: "364386148798720", // 请填写你的account
token: "6accb0b5-457e-4489-bbff-a2dcf9f158ba", // 请填写你的token
appkey: "", // 请填写你的appkey
account: "", // 请填写你的account
token: "", // 请填写你的token
};
if (imOptions) {
this.initNim(imOptions);
Expand Down

0 comments on commit 5461b67

Please sign in to comment.