Refactor API requests and update component imports
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
<script setup lang="ts">
|
||||
import { onMounted, ref, onUnmounted } from 'vue'
|
||||
import * as echarts from 'echarts'
|
||||
import { getRecentIncomeAndActive, getResourceDistribution } from '@/api/personal-center/index'
|
||||
import { getRecentIncomeAndActive, getResourceDistribution } from '~/api/personal-center/index'
|
||||
|
||||
const incomeChartRef = ref<HTMLElement>()
|
||||
const activeChartRef = ref<HTMLElement>()
|
||||
|
||||
Reference in New Issue
Block a user