@@ -1,10 +1,14 @@
<script>
import { mapMutations, mapState } from 'vuex';
export default {
globalData: {
im: {}
},
computed: {
...mapState(["hasLogin"])
onLaunch() {
getApp().globalData.im = this.imService
// 缓存token
uni.getStorage({
key: "token",
The note is not visible to the blocked user.