fix: avatar

This commit is contained in:
zzc
2026-01-25 22:49:50 +08:00
parent ed6c457d91
commit 779a356c0b
4 changed files with 28 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ import {
getShareReward,
abilityCheck,
} from "@/api/system.js";
import { avatarDownloadRecord } from "@/api/avatar.js";
import { avatarDownloadRecord, getAvatarSystemList } from "@/api/avatar.js";
const userStore = useUserStore();
const loginPopupRef = ref(null);