From d71422ecb4e6a0c855e94e0416e4fc52387dec18 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期五, 08 八月 2025 14:52:46 +0800 Subject: [PATCH] '关注项目' --- src/layout/hooks/useTag.ts | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/layout/hooks/useTag.ts b/src/layout/hooks/useTag.ts index 2c40c44..1c2d254 100644 --- a/src/layout/hooks/useTag.ts +++ b/src/layout/hooks/useTag.ts @@ -8,7 +8,6 @@ getCurrentInstance } from "vue"; import type { tagsViewsType } from "../types"; -import { useUserStoreHook } from "@/store/modules/user"; import { useRoute, useRouter } from "vue-router"; import { responsiveStorageNameSpace } from "@/config"; import { useSettingStoreHook } from "@/store/modules/settings"; @@ -43,7 +42,6 @@ // 褰撳墠鍙抽敭閫変腑鐨勮矾鐢变俊鎭� const currentSelect = ref({}); const isScrolling = ref(false); - const hasFlash = useUserStoreHook()?.nowRole.hasFlsh; /** 鏄剧ず妯″紡锛岄粯璁ょ伒鍔ㄦā寮� */ const showModel = ref( -- Gitblit v1.9.1