优化
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user