提交 554c9e63 作者: 毛细亚

Merge branch 'release' into 6.2

...@@ -281,13 +281,13 @@ import { getToken,removeToken } from '@/utils/auth' ...@@ -281,13 +281,13 @@ import { getToken,removeToken } from '@/utils/auth'
}, },
}, },
mixins: [watchMember], mixins: [watchMember],
created() { mounted() {
// 初始化企业微信SDK // 初始化企业微信SDK
this.initializeWecom() this.initializeWecom()
// 获取客服状态和相关信息 // 获取客服状态和相关信息
if(this.cser_id){
this.getInitialData() this.getInitialData()
}, }
mounted() {
}, },
methods: { methods: {
...mapMutations('game', ['set_accountSelect']), ...mapMutations('game', ['set_accountSelect']),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论