wansfa 1 سال پیش
والد
کامیت
ff0855f767
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 1 2
      src/components/LemonUI/components/index.vue
  2. 1 1
      src/views/qw/qwLogin/index.vue

+ 1 - 2
src/components/LemonUI/components/index.vue

@@ -870,7 +870,6 @@ export default {
               item.name,
             );
           }
-
           return item;
         });
       } else {
@@ -894,6 +893,7 @@ export default {
     initConversations(data) {
       this.conversations = data;
       this.sortConversations();
+      
     },
 
     /**
@@ -1007,7 +1007,6 @@ export default {
       return this.contacts.findIndex(item => item.id == contactId);
     },
     findConversationIndexById(conversationId) {
-      console.log("qxj conversationId:"+conversationId+", conversations:"+JSON.stringify(this.conversations));
       return this.conversations.findIndex(item => item.conversationId == conversationId);
     },
     /**

+ 1 - 1
src/views/qw/qwLogin/index.vue

@@ -155,7 +155,7 @@ export default {
                             that.$store.dispatch("qwUser", qwUserInfo);
                             that.showQRCode=false;
                             setTimeout(() => {
-                                that.$router.push({path:'/qw/chat',query:{"isFromLogin":1}});
+                                that.$router.push({path:'/qw/qwChat',query:{"isFromLogin":1}});
                             }, 2000);
                         }
                         if(data.cmd=="verifyCode"){