Vben
2021-02-25 8a9ca498d70a0a4f66c073fe869fc6d8a3e79a55
src/hooks/web/useLockPage.ts
@@ -65,9 +65,3 @@
    }
  });
}
export const getIsLock = computed(() => {
  const { getLockInfo } = lockStore;
  const { isLock } = getLockInfo;
  return isLock;
});