移动home接口

This commit is contained in:
TsMask
2023-09-14 14:51:50 +08:00
parent d0b0d34862
commit 3125b112f7
3 changed files with 48 additions and 85 deletions

View File

@@ -3,7 +3,7 @@ import { PageContainer } from '@ant-design-vue/pro-layout';
import { onMounted } from 'vue';
import { ColumnsType } from 'ant-design-vue/lib/table';
import { reactive, toRaw } from 'vue';
import { listMain } from '@/api/system/home';
import { listMain } from '@/api/index';
import { TooltipComponent } from 'echarts/components';
import { GaugeChart } from 'echarts/charts';
import { CanvasRenderer } from 'echarts/renderers';