Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: easemob debug 配置失效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Jul 3, 2018
1 parent ec66fc1 commit 00ee69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vendor/easemob/WebIMConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const config = {
* 为 true 时可在console中查看log
* @type {Boolean}
*/
isDebug: process.env.VUE_APP_EASEMOB_ISDEBUG,
isDebug: process.env.VUE_APP_EASEMOB_ISDEBUG !== "false",

/**
* 本地存储
Expand Down

0 comments on commit 00ee69c

Please sign in to comment.