fix: index page

This commit is contained in:
zzc
2026-02-28 09:45:26 +08:00
parent bd3185aac3
commit 3964d33e31
2 changed files with 5 additions and 4 deletions

View File

@@ -124,7 +124,7 @@
</template>
<script setup>
import { ref, onMounted } from "vue";
import { ref } from "vue";
import { onLoad, onShareAppMessage, onShareTimeline } from "@dcloudio/uni-app";
import { getPageDetail } from "@/api/system.js";
import { getAvatarRecommendList } from "@/api/avatar.js";