From b417ffcc48caff0f1e177b8445d22683cc9b08af Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 29 十二月 2022 17:02:16 +0800
Subject: [PATCH] 1.角色清单 新增系统变色

---
 src/layout/components/TagsView/index.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index 89b1996..14bf3bd 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -62,10 +62,11 @@
   },
   computed: {
     visitedViews() {
-      if (this.$store.state.tagsView.visitedViews.length > 10) {
-        // eslint-disable-next-line vue/no-side-effects-in-computed-properties
-        this.dialogVisible = true
-      }
+      // 鏆傛椂鍙栨秷鍗佷釜鏍囩椤甸檺鍒舵彁绀�
+      // if (this.$store.state.tagsView.visitedViews.length > 10) {
+      //   // eslint-disable-next-line vue/no-side-effects-in-computed-properties
+      //   this.dialogVisible = true
+      // }
       return this.$store.state.tagsView.visitedViews
     },
     routes() {
@@ -263,7 +264,7 @@
 }
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss">
 $main_color: #42b983;
 .tags-view-container {
   height: 34px;

--
Gitblit v1.9.3