fuchaoyong 1 tháng trước cách đây
mục cha
commit
4375698024
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      src/views/im/index.vue

+ 1 - 3
src/views/im/index.vue

@@ -215,9 +215,7 @@ onMounted(()=>{
       }
       list.value=lists
       showDot.value=true
-      var res={}
-      res.data=lists
-      setLocalStorage('imsessionlist',res)
+      setLocalStorage('imsessionlist',lists)
     }
   });
 })