fan 5 years ago
parent
commit
c8c300c55e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/components/index.vue

+ 0 - 6
packages/components/index.vue

@@ -14,11 +14,6 @@ const CacheContactContainer = new MemoryCache();
 const CacheMenuContainer = new MemoryCache();
 const CacheMessageLoaded = new MemoryCache();
 
-import {
-  //constraintContactMessages,
-  constraintContact
-  //constraintMessage
-} from "utils/constraint";
 const messages = {};
 const emojiMap = {};
 let renderDrawerContent = () => {};
@@ -458,7 +453,6 @@ export default {
         0: "unshift",
         1: "push"
       }[t];
-      constraintContact(data);
       //this.contacts[type](cloneDeep(data));
       this.contacts[type](data);
     },