fix: user access
This commit is contained in:
@@ -57,6 +57,7 @@ export const useUserStore = defineStore("user", {
|
||||
},
|
||||
async fetchUserAssets() {
|
||||
try {
|
||||
if (!this?.userInfo?.id) return;
|
||||
const res = await getUserAsset();
|
||||
if (res) {
|
||||
const newInfo = { ...this.userInfo, ...res };
|
||||
|
||||
Reference in New Issue
Block a user