Refactor API requests and update imports

This commit is contained in:
wangqiao
2025-08-18 22:15:55 +08:00
parent ba5f777ed0
commit aac4dec3fd
17 changed files with 113 additions and 193 deletions

View File

@ -76,7 +76,7 @@
</template>
<script setup lang="ts">
import { refreshToken as REFRESHTOKEN } from '~/utils/axios'
import REFRESHTOKEN from '~/utils/RefreshToken'
import { getCurrentInstance, computed, watchEffect, ref } from 'vue'
import { handleLoginQQ, handleLoginWechat } from '~/utils/login'
import type { UserStatisticsCountRespVO } from '~/api/personal-center/types'