This commit is contained in:
2026-04-28 18:40:07 +08:00
parent 69b25d2625
commit b5dbe9c351
9 changed files with 70 additions and 33 deletions
-2
View File
@@ -41,8 +41,6 @@ export const useUserStore = defineStore('user', () => {
const userInfo = ref(null) // TabUserInfo_ 详情
const userCookie = ref(null) // Cookie session
const isLoggedIn = ref(false)
const sysAdmins = ref([]) // 系统管理员 ID 列表
// ── Getters ──
const cookieValue = computed(() => userCookie.value?.Value ?? '')