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

Commit

Permalink
fix: 修复无法链接环信
Browse files Browse the repository at this point in the history
  • Loading branch information
boxshadow committed Apr 14, 2018
1 parent 5d4ea1f commit 271ede7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<apply-top />
<info-tips />
<choose-tags />

<EasemobRoot />
</div>
</div>
</template>
Expand All @@ -43,6 +43,7 @@ import chooseTags from "@/page/chooseTags.vue";
import infoTips from "@/components/infoTips.vue";
// 通用置顶弹窗
import applyTop from "@/components/applyForTop.vue";
import EasemobRoot from "@/page/message/msg.vue";
import localStore from "store";
import bus from "@/bus.js";
Expand All @@ -62,7 +63,8 @@ export default {
Reward,
CheckIn,
PostMenu,
chooseTags
chooseTags,
EasemobRoot
},
methods: {
...mapActions(["BOOTSTRAPPERS"])
Expand Down

0 comments on commit 271ede7

Please sign in to comment.