From 1961b726a9d9699b02cf19b8d55f72a3db0795fd Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 02 Feb 2021 15:54:52 +0800
Subject: [PATCH] 客户列表

---
 src/page/index/logo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index e34c975..249a1e3 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -128,7 +128,7 @@
       };
     },
     created() {
-    //  this.getData();
+      this.getData();
     },
     computed: {
       ...mapGetters(["website", "keyCollapse"])

--
Gitblit v1.9.3