From 8c91077b9cd84799ec1d1e56ed64e2da7e2867c6 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 9 Aug 2024 15:35:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=BC=E8=88=AA=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/main.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/main/main.vue b/src/components/main/main.vue index 6760544..a9fc36e 100644 --- a/src/components/main/main.vue +++ b/src/components/main/main.vue @@ -17,7 +17,9 @@
- + 首页 + {{this.$route.name}} +
@@ -65,9 +67,11 @@ export default { } }, computed: { + // 导航标签list tagNavList () { return this.$store.state.app.tagNavList }, + // userAvatar () { if (JSON.stringify(this.$store.state.user.userInfo) !== '{}') { let userData = {} @@ -91,6 +95,7 @@ export default { local () { return this.$store.state.app.local } + // add others }, methods: { ...mapMutations([