From 2fc9ed9bc0c195b27c5cf593bd7d91ce85cd294f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 29 Oct 2021 09:24:54 +0800
Subject: [PATCH] 拦截其他用户查看页面
---
src/page/index/tags.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue
index 51d8a37..1ddfab4 100644
--- a/src/page/index/tags.vue
+++ b/src/page/index/tags.vue
@@ -80,7 +80,7 @@
}
}
this.$router.push({ path: path });
- } else {
+ } else if (item.label == "首页"){
this.tagList.splice(index, 1);
this.$store.commit("set_hideHome", true);
var d = this.$router.options.routes,
--
Gitblit v1.9.3