This commit is contained in:
2026-01-18 15:27:43 +08:00
parent a0378b5cbd
commit 567e77cd87
14 changed files with 358 additions and 620 deletions

View File

@@ -2,7 +2,7 @@ import { ref, computed, watch } from 'vue'
import { defineStore } from 'pinia'
import { getJSON, setJSON, remove } from '@/utils/storage'
import tokenManager from '@gold/utils/token-manager'
import { getUserInfo, clearUserInfoCache } from '@gold/hooks/web/useUserInfo'
import { getUserInfo, clearUserInfoCache } from '@/api/userinfo'
const STORAGE_KEY = 'user_store_v1'