From 9110ec39c1aa517a4d6c7ee1265a491ecdea0e63 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Fri, 12 Apr 2024 15:53:44 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=9D=83=E9=99=90?=
=?UTF-8?q?=E6=8E=A7=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/PagesStatistics/index.vue | 54 +++++++++--
src/pagesHome/index.vue | 171 ++++++++++++++++++++++------------
src/services/profile.ts | 4 +-
src/store/modules/member.ts | 11 ++-
src/types/global.d.ts | 12 ++-
src/types/user.d.ts | 26 ++++--
6 files changed, 196 insertions(+), 82 deletions(-)
diff --git a/src/PagesStatistics/index.vue b/src/PagesStatistics/index.vue
index 931c6ee..8148cca 100644
--- a/src/PagesStatistics/index.vue
+++ b/src/PagesStatistics/index.vue
@@ -1,6 +1,14 @@
-
-
+
+
@@ -9,8 +17,10 @@
v-for="(child, index) in item.child"
:key="index"
@click="(child as any).fn(child)"
+ v-show="isShowModule([{title: child.title}])"
+ :class="{'box': isShowModule([{title: child.title}])}"
>
-
+
- {{ child.title }}
+ {{ child.title }}
+
+
+