mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-20 01:45:53 +08:00
feat: ✨ 优化im 接口403判定,新增从买家端以及卖家端进行跳转im权限判定,新增im掉线重连以及重连成功提醒,新增发送的消息断线将会进行重新发送消息提示,优化最近浏览 订单列表空展示。注释部分im打印的日志信息
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<el-header height="60px" class="header">
|
||||
<div class="user-login" v-popover:usercard>
|
||||
<div class="user-box">
|
||||
<face :text="face" class="user-face"></face>
|
||||
<face :text="face" :name="name" class="user-face"></face>
|
||||
</div>
|
||||
</div>
|
||||
<p class="user-status">
|
||||
@@ -263,7 +263,7 @@ export default {
|
||||
},
|
||||
unreadNum (value) {
|
||||
clearInterval(this.interval);
|
||||
console.log("%c 更新未读消息", "color:#32ccbc");
|
||||
// console.log("%c 更新未读消息", "color:#32ccbc");
|
||||
this.$store.commit("SET_UNREAD_NUM", value);
|
||||
|
||||
if (value > 0) {
|
||||
|
||||
Reference in New Issue
Block a user