Refactor API requests and update component imports
This commit is contained in:
@ -39,8 +39,8 @@
|
||||
import { ref } from 'vue'
|
||||
import Pay from './components/pay.vue'
|
||||
import PayRecords from './components/pay-records.vue'
|
||||
import { getUserStatistics } from '@/api/personal-center/index'
|
||||
import { UserStatisticsCountRespVO } from '@/api/personal-center/types'
|
||||
import { getUserStatistics } from '~/api/personal-center/index'
|
||||
import type { UserStatisticsCountRespVO } from '~/api/personal-center/types'
|
||||
|
||||
const activeTab = ref('purchase')
|
||||
// const currentMonth = ref('2025.03')
|
||||
|
||||
Reference in New Issue
Block a user