From bb576469eb1e2cb2bf8e1717902702ca28f5ef65 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 28 七月 2025 17:20:56 +0800 Subject: [PATCH] '-' --- src/layout/hooks/useTag.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/layout/hooks/useTag.ts b/src/layout/hooks/useTag.ts index 1c2d254..2c40c44 100644 --- a/src/layout/hooks/useTag.ts +++ b/src/layout/hooks/useTag.ts @@ -8,6 +8,7 @@ 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"; @@ -42,6 +43,7 @@ // 褰撳墠鍙抽敭閫変腑鐨勮矾鐢变俊鎭� const currentSelect = ref({}); const isScrolling = ref(false); + const hasFlash = useUserStoreHook()?.nowRole.hasFlsh; /** 鏄剧ず妯″紡锛岄粯璁ょ伒鍔ㄦā寮� */ const showModel = ref( -- Gitblit v1.9.1