From a72bbaabf7f6e715313bb34eb1a26e70aeaafd02 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 24 May 2024 19:04:36 +0800 Subject: [PATCH] 111 --- components/i/Nav.vue | 16 +++++++++------- components/i/UserInfo.vue | 36 +++++++++++++++++++----------------- stores/user.js | 4 ++-- 3 files changed, 30 insertions(+), 26 deletions(-) diff --git a/components/i/Nav.vue b/components/i/Nav.vue index 011909e..f9f913b 100644 --- a/components/i/Nav.vue +++ b/components/i/Nav.vue @@ -19,13 +19,15 @@ @click="handleClickItem" /> - + + + diff --git a/components/i/UserInfo.vue b/components/i/UserInfo.vue index ee2b17b..7cf9e1b 100644 --- a/components/i/UserInfo.vue +++ b/components/i/UserInfo.vue @@ -1,21 +1,23 @@